#6B40C0

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

Shades of Purple Heart #6B40C0

Tints of Purple Heart #6B40C0

Color information

#6B40C0 (or 0x6B40C0) is unknown color: approx Purple Heart. HEX triplet: 6B, 40 and C0. RGB value is (107,64,192). Sum of RGB (Red+Green+Blue) = 107+64+192=363 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.48% from 363); Green value is 64 (25.39% from 255 or 17.63% from 363); Blue value is 192 (75.39% from 255 or 52.89% from 363); Max value from RGB is 192 - color contains mainly: blue. Hex color #6B40C0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B40C0 is #94BF3F. Grayscale: #5A5A5A. Windows color (decimal): -9748288 or 12599403. OLE color: 12599403.

HSL color Cylindrical-coordinate representation of color #6B40C0: hue angle of 260.16º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6B40C0 is Cyan = 0.44, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB10764192-
CMYK0.440.6700.25
HSL260.16º50.39%50.2%-
HSV(B)260.16º66.67%75.29%-
XYZ17.4110.651-
YUV91.45184.75139.09-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 29.48%
GREEN value IS 64 (25.39% from 255) = 17.63%
BLUE value IS 192 (75.39% from 255) = 52.89%
R=29.48%
G=17.63%
B=52.89%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal107641920.440.6700.25260.1650.3950.2
Hex6B40C02C430191043232
Octal153100300541030314046262
Binary11010111000000110000001011001000011011001100000100110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B40C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,64,192); }

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

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

 a { background-color: rgb(107,64,192); }

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

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

 span { border-color: rgb(107,64,192); }

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