#6B38B3

Color #6B38B3 Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #6B38B3

Tints of Purple Heart #6B38B3

Color information

#6B38B3 (or 0x6B38B3) is unknown color: approx Purple Heart. HEX triplet: 6B, 38 and B3. RGB value is (107,56,179). Sum of RGB (Red+Green+Blue) = 107+56+179=342 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.29% from 342); Green value is 56 (22.27% from 255 or 16.37% from 342); Blue value is 179 (70.31% from 255 or 52.34% from 342); Max value from RGB is 179 - color contains mainly: blue. Hex color #6B38B3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B38B3 is #94C74C. Grayscale: #545454. Windows color (decimal): -9750349 or 11745387. OLE color: 11745387.

HSL color Cylindrical-coordinate representation of color #6B38B3: hue angle of 264.88º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6B38B3 is Cyan = 0.40, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB10756179-
CMYK0.400.6900.30
HSL264.88º52.34%46.08%-
HSV(B)264.88º68.72%70.2%-
XYZ15.619.2143.6-
YUV85.27180.9143.5-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 107 (42.19% from 255) = 31.29%
GREEN value IS 56 (22.27% from 255) = 16.37%
BLUE value IS 179 (70.31% from 255) = 52.34%
R=31.29%
G=16.37%
B=52.34%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal107561790.400.6900.30264.8852.3446.08
Hex6B38B3284501E109342e
Octal15370263501050364116456
Binary1101011111000101100111010001000101011110100001001110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B38B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6B38B3; }

 p { color: rgb(107,56,179); }

 H1.HeaderClassName
 {
   color: #6B38B3;
 }
 .AnyTagClassName
 {
   color: #6B38B3;
 }
</style>
background-color css

<style>
 a { background-color: #6B38B3; }

 a { background-color: rgb(107,56,179); }

 div.DivClassName
 {
   background-color: #6B38B3;
 }
 .BgClassName
 {
   background-color: #6B38B3;
 }
</style>
border-color css

<style>
 span { border-color: #6B38B3; }

 span { border-color: rgb(107,56,179); }

 td.TdClassName
 {
   border-color: #6B38B3;
 }
 .TagClassName
 {
   border-color: #6B38B3;
 }
</style>