Html Css Color HEX #6406AB Purple Heart

📋 copy color: '#6406AB'

red 100 ◦ green 6 ◦ blue 171

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

Shades of Purple Heart #6406AB

Tints of Purple Heart #6406AB

RGB

 RED value IS 100 (39.45% from 255) = 36.1%

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

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

R = 36.1%
G = 2.17%
B = 61.73%

CMYK

 C value IS 0.42

 M value IS 0.96

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6406AB (or 0x6406AB) is known color: Purple Heart. HEX triplet: 64, 06 and AB. RGB value is (100,6,171). Sum of RGB (Red+Green+Blue) = 100+6+171=277 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.10% from 277); Green value is 6 (2.73% from 255 or 2.17% from 277); Blue value is 171 (67.19% from 255 or 61.73% from 277); Max value from RGB is 171 - color contains mainly: blue. Hex color #6406AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6406AB is #9BF954. Grayscale: #343434. Windows color (decimal): -10221909 or 11208292. OLE color: 11208292.

HSL color Cylindrical-coordinate representation of color #6406AB: hue angle of 274.18º 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 #6406AB is Cyan = 0.42, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 100 6 171 -
CMYK 0.42 0.96 0 0.33
HSL 274.18º 0.93% 0.35% -
HSV(B) 274.18º 0.96% 0.67% -
XYZ 12.67 5.78 38.98 -
YUV 52.92 194.64 161.58 -
System Red Green Blue C M Y K H S L
Decimal 100 6 171 0.42 0.96 0 0.33 274.18 0.93 0.35
Hex 64 6 AB 2A 60 0 21 112 5D 23
Octal 144 6 253 52 140 0 41 422 135 43
Binary 1100100 110 10101011 101010 1100000 0 100001 100010010 1011101 100011

Color Harmonies of #6406AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6406AB

Black with #6406AB

Text Example


Text Example

White with #6406AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6406AB; }

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

 H1.HeaderClassName
 {
   color: #6406AB;
 }
 .AnyTagClassName
 {
   color: #6406AB;
 }
</style>

background-color css

<style>
 a { background-color: #6406AB; }

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

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

border-color css

<style>
 span { border-color: #6406AB; }

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

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