Html Css Color HEX #6421AB Purple Heart

📋 copy color: '#6421AB'

red 100 ◦ green 33 ◦ blue 171

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

Shades of Purple Heart #6421AB

Tints of Purple Heart #6421AB

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.86%

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

R = 32.89%
G = 10.86%
B = 56.25%

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

#6421AB (or 0x6421AB) is known color: Purple Heart. HEX triplet: 64, 21 and AB. RGB value is (100,33,171). Sum of RGB (Red+Green+Blue) = 100+33+171=304 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.89% from 304); Green value is 33 (13.28% from 255 or 10.86% from 304); Blue value is 171 (67.19% from 255 or 56.25% from 304); Max value from RGB is 171 - color contains mainly: blue. Hex color #6421AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6421AB is #9BDE54. Grayscale: #444444. Windows color (decimal): -10214997 or 11215204. OLE color: 11215204.

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

Color convert

RGB 100 33 171 -
CMYK 0.42 0.81 0 0.33
HSL 269.13º 0.68% 0.4% -
HSV(B) 269.13º 0.81% 0.67% -
XYZ 13.15 6.74 39.14 -
YUV 68.77 185.7 150.28 -
System Red Green Blue C M Y K H S L
Decimal 100 33 171 0.42 0.81 0 0.33 269.13 0.68 0.4
Hex 64 21 AB 2A 51 0 21 10D 44 28
Octal 144 41 253 52 121 0 41 415 104 50
Binary 1100100 100001 10101011 101010 1010001 0 100001 100001101 1000100 101000

Color Harmonies of #6421AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6421AB

Black with #6421AB

Text Example


Text Example

White with #6421AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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