Html Css Color HEX #6C06AB Purple Heart

📋 copy color: '#6C06AB'

red 108 ◦ green 6 ◦ blue 171

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

Shades of Purple Heart #6C06AB

Tints of Purple Heart #6C06AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 60%

R = 37.89%
G = 2.11%
B = 60%

CMYK

 C value IS 0.37

 M value IS 0.96

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6C06AB (or 0x6C06AB) is known color: Purple Heart. HEX triplet: 6C, 06 and AB. RGB value is (108,6,171). Sum of RGB (Red+Green+Blue) = 108+6+171=285 (37% of max value = 765). Red value is 108 (42.58% from 255 or 37.89% from 285); Green value is 6 (2.73% from 255 or 2.11% from 285); Blue value is 171 (67.19% from 255 or 60% from 285); Max value from RGB is 171 - color contains mainly: blue. Hex color #6C06AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C06AB is #93F954. Grayscale: #363636. Windows color (decimal): -9697621 or 11208300. OLE color: 11208300.

HSL color Cylindrical-coordinate representation of color #6C06AB: hue angle of 277.09º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6C06AB is Cyan = 0.37, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 108 6 171 -
CMYK 0.37 0.96 0 0.33
HSL 277.09º 0.93% 0.35% -
HSV(B) 277.09º 0.96% 0.67% -
XYZ 13.6 6.26 39.02 -
YUV 55.31 193.29 165.58 -
System Red Green Blue C M Y K H S L
Decimal 108 6 171 0.37 0.96 0 0.33 277.09 0.93 0.35
Hex 6C 6 AB 25 60 0 21 115 5D 23
Octal 154 6 253 45 140 0 41 425 135 43
Binary 1101100 110 10101011 100101 1100000 0 100001 100010101 1011101 100011

Color Harmonies of #6C06AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C06AB

Black with #6C06AB

Text Example


Text Example

White with #6C06AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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