#6C09B4

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

Shades of Purple Heart #6C09B4

Tints of Purple Heart #6C09B4

Color information

#6C09B4 (or 0x6C09B4) is unknown color: approx Purple Heart. HEX triplet: 6C, 09 and B4. RGB value is (108,9,180). Sum of RGB (Red+Green+Blue) = 108+9+180=297 (39% of max value = 765). Red value is 108 (42.58% from 255 or 36.36% from 297); Green value is 9 (3.91% from 255 or 3.03% from 297); Blue value is 180 (70.70% from 255 or 60.61% from 297); Max value from RGB is 180 - color contains mainly: blue. Hex color #6C09B4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6C09B4 is #93F64B. Grayscale: #393939. Windows color (decimal): -9696844 or 11798892. OLE color: 11798892.

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

Color convert

RGB1089180-
CMYK0.400.9500.29
HSL274.74º90.48%37.06%-
HSV(B)274.74º95%70.59%-
XYZ14.526.6843.7-
YUV58.1196.8163.6-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 36.36%
GREEN value IS 9 (3.91% from 255) = 3.03%
BLUE value IS 180 (70.70% from 255) = 60.61%
R=36.36%
G=3.03%
B=60.61%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal10891800.400.9500.29274.7490.4837.06
Hex6C9B4285F01D1135a25
Octal154112645013703542313245
Binary110110010011011010010100010111110111011000100111011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C09B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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