Html Css Color HEX #421CAD Purple Heart

📋 copy color: '#421CAD'

red 66 ◦ green 28 ◦ blue 173

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

Shades of Purple Heart #421CAD

Tints of Purple Heart #421CAD

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.49%

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

R = 24.72%
G = 10.49%
B = 64.79%

CMYK

 C value IS 0.62

 M value IS 0.84

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#421CAD (or 0x421CAD) is known color: Purple Heart. HEX triplet: 42, 1C and AD. RGB value is (66,28,173). Sum of RGB (Red+Green+Blue) = 66+28+173=267 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.72% from 267); Green value is 28 (11.33% from 255 or 10.49% from 267); Blue value is 173 (67.97% from 255 or 64.79% from 267); Max value from RGB is 173 - color contains mainly: blue. Hex color #421CAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #421CAD is #BDE352. Grayscale: #373737. Windows color (decimal): -12444499 or 11344962. OLE color: 11344962.

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

Color convert

RGB 66 28 173 -
CMYK 0.62 0.84 0 0.32
HSL 255.72º 0.72% 0.39% -
HSV(B) 255.72º 0.84% 0.68% -
XYZ 10.2 5.01 39.96 -
YUV 55.89 194.09 135.21 -
System Red Green Blue C M Y K H S L
Decimal 66 28 173 0.62 0.84 0 0.32 255.72 0.72 0.39
Hex 42 1C AD 3E 54 0 20 100 48 27
Octal 102 34 255 76 124 0 40 400 110 47
Binary 1000010 11100 10101101 111110 1010100 0 100000 100000000 1001000 100111

Color Harmonies of #421CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421CAD

Black with #421CAD

Text Example


Text Example

White with #421CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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