Html Css Color HEX #4217AC Purple Heart

📋 copy color: '#4217AC'

red 66 ◦ green 23 ◦ blue 172

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

Shades of Purple Heart #4217AC

Tints of Purple Heart #4217AC

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.81%

 BLUE value IS 172 (67.58% from 255) = 65.9%

R = 25.29%
G = 8.81%
B = 65.9%

CMYK

 C value IS 0.62

 M value IS 0.87

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4217AC (or 0x4217AC) is known color: Purple Heart. HEX triplet: 42, 17 and AC. RGB value is (66,23,172). Sum of RGB (Red+Green+Blue) = 66+23+172=261 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.29% from 261); Green value is 23 (9.38% from 255 or 8.81% from 261); Blue value is 172 (67.58% from 255 or 65.90% from 261); Max value from RGB is 172 - color contains mainly: blue. Hex color #4217AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4217AC is #BDE853. Grayscale: #343434. Windows color (decimal): -12445780 or 11278146. OLE color: 11278146.

HSL color Cylindrical-coordinate representation of color #4217AC: hue angle of 257.32º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4217AC is Cyan = 0.62, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 66 23 172 -
CMYK 0.62 0.87 0 0.33
HSL 257.32º 0.76% 0.38% -
HSV(B) 257.32º 0.87% 0.67% -
XYZ 10 4.75 39.42 -
YUV 52.84 195.25 137.38 -
System Red Green Blue C M Y K H S L
Decimal 66 23 172 0.62 0.87 0 0.33 257.32 0.76 0.38
Hex 42 17 AC 3E 57 0 21 101 4C 26
Octal 102 27 254 76 127 0 41 401 114 46
Binary 1000010 10111 10101100 111110 1010111 0 100001 100000001 1001100 100110

Color Harmonies of #4217AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4217AC

Black with #4217AC

Text Example


Text Example

White with #4217AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4217AC; }

 p { color: rgb(66,23,172); }

 H1.HeaderClassName
 {
   color: #4217AC;
 }
 .AnyTagClassName
 {
   color: #4217AC;
 }
</style>

background-color css

<style>
 a { background-color: #4217AC; }

 a { background-color: rgb(66,23,172); }

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

border-color css

<style>
 span { border-color: #4217AC; }

 span { border-color: rgb(66,23,172); }

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