#6C08B8

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

Shades of Purple Heart #6C08B8

Tints of Purple Heart #6C08B8

Color information

#6C08B8 (or 0x6C08B8) is unknown color: approx Purple Heart. HEX triplet: 6C, 08 and B8. RGB value is (108,8,184). Sum of RGB (Red+Green+Blue) = 108+8+184=300 (39% of max value = 765). Red value is 108 (42.58% from 255 or 36% from 300); Green value is 8 (3.52% from 255 or 2.67% from 300); Blue value is 184 (72.27% from 255 or 61.33% from 300); Max value from RGB is 184 - color contains mainly: blue. Hex color #6C08B8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6C08B8 is #93F747. Grayscale: #393939. Windows color (decimal): -9697096 or 12060780. OLE color: 12060780.

HSL color Cylindrical-coordinate representation of color #6C08B8: hue angle of 274.09º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6C08B8 is Cyan = 0.41, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB1088184-
CMYK0.410.9600.28
HSL274.09º91.67%37.65%-
HSV(B)274.09º95.65%72.16%-
XYZ14.926.8245.88-
YUV57.96199.13163.69-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 36%
GREEN value IS 8 (3.52% from 255) = 2.67%
BLUE value IS 184 (72.27% from 255) = 61.33%
R=36%
G=2.67%
B=61.33%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal10881840.410.9600.28274.0991.6737.65
Hex6C8B8296001C1125c26
Octal154102705114003442213446
Binary110110010001011100010100111000000111001000100101011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C08B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,8,184); }

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

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

 a { background-color: rgb(108,8,184); }

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

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

 span { border-color: rgb(108,8,184); }

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