Html Css Color HEX #421DAD Purple Heart

📋 copy color: '#421DAD'

red 66 ◦ green 29 ◦ blue 173

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

Shades of Purple Heart #421DAD

Tints of Purple Heart #421DAD

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.82%

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

R = 24.63%
G = 10.82%
B = 64.55%

CMYK

 C value IS 0.62

 M value IS 0.83

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#421DAD (or 0x421DAD) is known color: Purple Heart. HEX triplet: 42, 1D and AD. RGB value is (66,29,173). Sum of RGB (Red+Green+Blue) = 66+29+173=268 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.63% from 268); Green value is 29 (11.72% from 255 or 10.82% from 268); Blue value is 173 (67.97% from 255 or 64.55% from 268); Max value from RGB is 173 - color contains mainly: blue. Hex color #421DAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #421DAD is #BDE252. Grayscale: #373737. Windows color (decimal): -12444243 or 11345218. OLE color: 11345218.

HSL color Cylindrical-coordinate representation of color #421DAD: hue angle of 255.42º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #421DAD is Cyan = 0.62, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 66 29 173 -
CMYK 0.62 0.83 0 0.32
HSL 255.42º 0.71% 0.4% -
HSV(B) 255.42º 0.83% 0.68% -
XYZ 10.23 5.05 39.97 -
YUV 56.48 193.76 134.79 -
System Red Green Blue C M Y K H S L
Decimal 66 29 173 0.62 0.83 0 0.32 255.42 0.71 0.4
Hex 42 1D AD 3E 53 0 20 FF 47 28
Octal 102 35 255 76 123 0 40 377 107 50
Binary 1000010 11101 10101101 111110 1010011 0 100000 11111111 1000111 101000

Color Harmonies of #421DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421DAD

Black with #421DAD

Text Example


Text Example

White with #421DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421DAD; }

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

 H1.HeaderClassName
 {
   color: #421DAD;
 }
 .AnyTagClassName
 {
   color: #421DAD;
 }
</style>

background-color css

<style>
 a { background-color: #421DAD; }

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

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

border-color css

<style>
 span { border-color: #421DAD; }

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

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