Html Css Color HEX #4216AD Purple Heart

📋 copy color: '#4216AD'

red 66 ◦ green 22 ◦ blue 173

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

Shades of Purple Heart #4216AD

Tints of Purple Heart #4216AD

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.43%

 BLUE value IS 173 (67.97% from 255) = 66.28%

R = 25.29%
G = 8.43%
B = 66.28%

CMYK

 C value IS 0.62

 M value IS 0.87

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4216AD (or 0x4216AD) is known color: Purple Heart. HEX triplet: 42, 16 and AD. RGB value is (66,22,173). Sum of RGB (Red+Green+Blue) = 66+22+173=261 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.29% from 261); Green value is 22 (8.98% from 255 or 8.43% from 261); Blue value is 173 (67.97% from 255 or 66.28% from 261); Max value from RGB is 173 - color contains mainly: blue. Hex color #4216AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4216AD is #BDE952. Grayscale: #333333. Windows color (decimal): -12446035 or 11343426. OLE color: 11343426.

HSL color Cylindrical-coordinate representation of color #4216AD: hue angle of 257.48º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4216AD is Cyan = 0.62, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 66 22 173 -
CMYK 0.62 0.87 0 0.32
HSL 257.48º 0.77% 0.38% -
HSV(B) 257.48º 0.87% 0.68% -
XYZ 10.08 4.75 39.92 -
YUV 52.37 196.08 137.72 -
System Red Green Blue C M Y K H S L
Decimal 66 22 173 0.62 0.87 0 0.32 257.48 0.77 0.38
Hex 42 16 AD 3E 57 0 20 101 4D 26
Octal 102 26 255 76 127 0 40 401 115 46
Binary 1000010 10110 10101101 111110 1010111 0 100000 100000001 1001101 100110

Color Harmonies of #4216AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4216AD

Black with #4216AD

Text Example


Text Example

White with #4216AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4216AD; }

 p { color: rgb(66,22,173); }

 H1.HeaderClassName
 {
   color: #4216AD;
 }
 .AnyTagClassName
 {
   color: #4216AD;
 }
</style>

background-color css

<style>
 a { background-color: #4216AD; }

 a { background-color: rgb(66,22,173); }

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

border-color css

<style>
 span { border-color: #4216AD; }

 span { border-color: rgb(66,22,173); }

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