#6C0FB4

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

Shades of Purple Heart #6C0FB4

Tints of Purple Heart #6C0FB4

Color information

#6C0FB4 (or 0x6C0FB4) is unknown color: approx Purple Heart. HEX triplet: 6C, 0F and B4. RGB value is (108,15,180). Sum of RGB (Red+Green+Blue) = 108+15+180=303 (40% of max value = 765). Red value is 108 (42.58% from 255 or 35.64% from 303); Green value is 15 (6.25% from 255 or 4.95% from 303); Blue value is 180 (70.70% from 255 or 59.41% from 303); Max value from RGB is 180 - color contains mainly: blue. Hex color #6C0FB4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6C0FB4 is #93F04B. Grayscale: #3D3D3D. Windows color (decimal): -9695308 or 11800428. OLE color: 11800428.

HSL color Cylindrical-coordinate representation of color #6C0FB4: hue angle of 273.82º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6C0FB4 is Cyan = 0.40, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB10815180-
CMYK0.400.9200.29
HSL273.82º84.62%38.24%-
HSV(B)273.82º91.67%70.59%-
XYZ14.596.8343.73-
YUV61.62194.81161.08-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 35.64%
GREEN value IS 15 (6.25% from 255) = 4.95%
BLUE value IS 180 (70.70% from 255) = 59.41%
R=35.64%
G=4.95%
B=59.41%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal108151800.400.9200.29273.8284.6238.24
Hex6CFB4285C01D1125526
Octal154172645013403542212546
Binary110110011111011010010100010111000111011000100101010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C0FB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,15,180); }

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

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

 a { background-color: rgb(108,15,180); }

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

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

 span { border-color: rgb(108,15,180); }

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