#6C0FC8

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

Shades of Purple Heart #6C0FC8

Tints of Purple Heart #6C0FC8

Color information

#6C0FC8 (or 0x6C0FC8) is unknown color: approx Purple Heart. HEX triplet: 6C, 0F and C8. RGB value is (108,15,200). Sum of RGB (Red+Green+Blue) = 108+15+200=323 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.44% from 323); Green value is 15 (6.25% from 255 or 4.64% from 323); Blue value is 200 (78.52% from 255 or 61.92% from 323); Max value from RGB is 200 - color contains mainly: blue. Hex color #6C0FC8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6C0FC8 is #93F037. Grayscale: #3F3F3F. Windows color (decimal): -9695288 or 13111148. OLE color: 13111148.

HSL color Cylindrical-coordinate representation of color #6C0FC8: hue angle of 270.16º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6C0FC8 is Cyan = 0.46, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB10815200-
CMYK0.460.9200.22
HSL270.16º86.05%42.16%-
HSV(B)270.16º92.5%78.43%-
XYZ16.787.755.25-
YUV63.9204.81159.46-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 33.44%
GREEN value IS 15 (6.25% from 255) = 4.64%
BLUE value IS 200 (78.52% from 255) = 61.92%
R=33.44%
G=4.64%
B=61.92%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal108152000.460.9200.22270.1686.0542.16
Hex6CFC82E5C01610e562a
Octal154173105613402641612652
Binary110110011111100100010111010111000101101000011101010110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C0FC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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