Html Css Color HEX #6C09BC Purple Heart

📋 copy color: '#6C09BC'

red 108 ◦ green 9 ◦ blue 188

#6C09BC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Heart #6C09BC

Tints of Purple Heart #6C09BC

RGB

 RED value IS 108 (42.58% from 255) = 35.41%

 GREEN value IS 9 (3.91% from 255) = 2.95%

 BLUE value IS 188 (73.83% from 255) = 61.64%

R = 35.41%
G = 2.95%
B = 61.64%

CMYK

 C value IS 0.43

 M value IS 0.95

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6C09BC (or 0x6C09BC) is known color: Purple Heart. HEX triplet: 6C, 09 and BC. RGB value is (108,9,188). Sum of RGB (Red+Green+Blue) = 108+9+188=305 (40% of max value = 765). Red value is 108 (42.58% from 255 or 35.41% from 305); Green value is 9 (3.91% from 255 or 2.95% from 305); Blue value is 188 (73.83% from 255 or 61.64% from 305); Max value from RGB is 188 - color contains mainly: blue. Hex color #6C09BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6C09BC is #93F643. Grayscale: #3A3A3A. Windows color (decimal): -9696836 or 12323180. OLE color: 12323180.

HSL color Cylindrical-coordinate representation of color #6C09BC: hue angle of 273.18º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6C09BC is Cyan = 0.43, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 108 9 188 -
CMYK 0.43 0.95 0 0.26
HSL 273.18º 0.91% 0.39% -
HSV(B) 273.18º 0.95% 0.74% -
XYZ 15.36 7.01 48.12 -
YUV 59.01 200.8 162.95 -
System Red Green Blue C M Y K H S L
Decimal 108 9 188 0.43 0.95 0 0.26 273.18 0.91 0.39
Hex 6C 9 BC 2B 5F 0 1A 111 5B 27
Octal 154 11 274 53 137 0 32 421 133 47
Binary 1101100 1001 10111100 101011 1011111 0 11010 100010001 1011011 100111

Color Harmonies of #6C09BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C09BC

Black with #6C09BC

Text Example


Text Example

White with #6C09BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6C09BC;
 }
 .AnyTagClassName
 {
   color: #6C09BC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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