Html Css Color HEX #6C05AB Purple Heart

📋 copy color: '#6C05AB'

red 108 ◦ green 5 ◦ blue 171

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

Shades of Purple Heart #6C05AB

Tints of Purple Heart #6C05AB

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.76%

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

R = 38.03%
G = 1.76%
B = 60.21%

CMYK

 C value IS 0.37

 M value IS 0.97

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6C05AB (or 0x6C05AB) is known color: Purple Heart. HEX triplet: 6C, 05 and AB. RGB value is (108,5,171). Sum of RGB (Red+Green+Blue) = 108+5+171=284 (37% of max value = 765). Red value is 108 (42.58% from 255 or 38.03% from 284); Green value is 5 (2.34% from 255 or 1.76% from 284); Blue value is 171 (67.19% from 255 or 60.21% from 284); Max value from RGB is 171 - color contains mainly: blue. Hex color #6C05AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C05AB is #93FA54. Grayscale: #363636. Windows color (decimal): -9697877 or 11208044. OLE color: 11208044.

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

Color convert

RGB 108 5 171 -
CMYK 0.37 0.97 0 0.33
HSL 277.23º 0.94% 0.35% -
HSV(B) 277.23º 0.97% 0.67% -
XYZ 13.59 6.24 39.02 -
YUV 54.72 193.62 166 -
System Red Green Blue C M Y K H S L
Decimal 108 5 171 0.37 0.97 0 0.33 277.23 0.94 0.35
Hex 6C 5 AB 25 61 0 21 115 5E 23
Octal 154 5 253 45 141 0 41 425 136 43
Binary 1101100 101 10101011 100101 1100001 0 100001 100010101 1011110 100011

Color Harmonies of #6C05AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C05AB

Black with #6C05AB

Text Example


Text Example

White with #6C05AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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