Html Css Color HEX #6C06BC Purple Heart

📋 copy color: '#6C06BC'

red 108 ◦ green 6 ◦ blue 188

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

Shades of Purple Heart #6C06BC

Tints of Purple Heart #6C06BC

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.99%

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

R = 35.76%
G = 1.99%
B = 62.25%

CMYK

 C value IS 0.43

 M value IS 0.97

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6C06BC (or 0x6C06BC) is known color: Purple Heart. HEX triplet: 6C, 06 and BC. RGB value is (108,6,188). Sum of RGB (Red+Green+Blue) = 108+6+188=302 (40% of max value = 765). Red value is 108 (42.58% from 255 or 35.76% from 302); Green value is 6 (2.73% from 255 or 1.99% from 302); Blue value is 188 (73.83% from 255 or 62.25% from 302); Max value from RGB is 188 - color contains mainly: blue. Hex color #6C06BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6C06BC is #93F943. Grayscale: #383838. Windows color (decimal): -9697604 or 12322412. OLE color: 12322412.

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

Color convert

RGB 108 6 188 -
CMYK 0.43 0.97 0 0.26
HSL 273.63º 0.94% 0.38% -
HSV(B) 273.63º 0.97% 0.74% -
XYZ 15.33 6.95 48.11 -
YUV 57.25 201.79 164.2 -
System Red Green Blue C M Y K H S L
Decimal 108 6 188 0.43 0.97 0 0.26 273.63 0.94 0.38
Hex 6C 6 BC 2B 61 0 1A 112 5E 26
Octal 154 6 274 53 141 0 32 422 136 46
Binary 1101100 110 10111100 101011 1100001 0 11010 100010010 1011110 100110

Color Harmonies of #6C06BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C06BC

Black with #6C06BC

Text Example


Text Example

White with #6C06BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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