Html Css Color HEX #6420AB Purple Heart

📋 copy color: '#6420AB'

red 100 ◦ green 32 ◦ blue 171

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

Shades of Purple Heart #6420AB

Tints of Purple Heart #6420AB

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.56%

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

R = 33%
G = 10.56%
B = 56.44%

CMYK

 C value IS 0.42

 M value IS 0.81

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6420AB (or 0x6420AB) is known color: Purple Heart. HEX triplet: 64, 20 and AB. RGB value is (100,32,171). Sum of RGB (Red+Green+Blue) = 100+32+171=303 (40% of max value = 765). Red value is 100 (39.45% from 255 or 33.00% from 303); Green value is 32 (12.89% from 255 or 10.56% from 303); Blue value is 171 (67.19% from 255 or 56.44% from 303); Max value from RGB is 171 - color contains mainly: blue. Hex color #6420AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6420AB is #9BDF54. Grayscale: #434343. Windows color (decimal): -10215253 or 11214948. OLE color: 11214948.

HSL color Cylindrical-coordinate representation of color #6420AB: hue angle of 269.35º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6420AB is Cyan = 0.42, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 100 32 171 -
CMYK 0.42 0.81 0 0.33
HSL 269.35º 0.68% 0.4% -
HSV(B) 269.35º 0.81% 0.67% -
XYZ 13.12 6.68 39.13 -
YUV 68.18 186.03 150.7 -
System Red Green Blue C M Y K H S L
Decimal 100 32 171 0.42 0.81 0 0.33 269.35 0.68 0.4
Hex 64 20 AB 2A 51 0 21 10D 44 28
Octal 144 40 253 52 121 0 41 415 104 50
Binary 1100100 100000 10101011 101010 1010001 0 100001 100001101 1000100 101000

Color Harmonies of #6420AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6420AB

Black with #6420AB

Text Example


Text Example

White with #6420AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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