Html Css Color HEX #4219AB Purple Heart

📋 copy color: '#4219AB'

red 66 ◦ green 25 ◦ blue 171

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

Shades of Purple Heart #4219AB

Tints of Purple Heart #4219AB

RGB

 RED value IS 66 (26.17% from 255) = 25.19%

 GREEN value IS 25 (10.16% from 255) = 9.54%

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

R = 25.19%
G = 9.54%
B = 65.27%

CMYK

 C value IS 0.61

 M value IS 0.85

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4219AB (or 0x4219AB) is known color: Purple Heart. HEX triplet: 42, 19 and AB. RGB value is (66,25,171). Sum of RGB (Red+Green+Blue) = 66+25+171=262 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.19% from 262); Green value is 25 (10.16% from 255 or 9.54% from 262); Blue value is 171 (67.19% from 255 or 65.27% from 262); Max value from RGB is 171 - color contains mainly: blue. Hex color #4219AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4219AB is #BDE654. Grayscale: #353535. Windows color (decimal): -12445269 or 11213122. OLE color: 11213122.

HSL color Cylindrical-coordinate representation of color #4219AB: hue angle of 256.85º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4219AB is Cyan = 0.61, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 66 25 171 -
CMYK 0.61 0.85 0 0.33
HSL 256.85º 0.74% 0.38% -
HSV(B) 256.85º 0.85% 0.67% -
XYZ 9.95 4.79 38.93 -
YUV 53.9 194.08 136.63 -
System Red Green Blue C M Y K H S L
Decimal 66 25 171 0.61 0.85 0 0.33 256.85 0.74 0.38
Hex 42 19 AB 3D 55 0 21 101 4A 26
Octal 102 31 253 75 125 0 41 401 112 46
Binary 1000010 11001 10101011 111101 1010101 0 100001 100000001 1001010 100110

Color Harmonies of #4219AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4219AB

Black with #4219AB

Text Example


Text Example

White with #4219AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,25,171); }

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

background-color css

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

 a { background-color: rgb(66,25,171); }

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

border-color css

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

 span { border-color: rgb(66,25,171); }

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