Html Css Color HEX #421BAE Purple Heart

📋 copy color: '#421BAE'

red 66 ◦ green 27 ◦ blue 174

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

Shades of Purple Heart #421BAE

Tints of Purple Heart #421BAE

RGB

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

 GREEN value IS 27 (10.94% from 255) = 10.11%

 BLUE value IS 174 (68.36% from 255) = 65.17%

R = 24.72%
G = 10.11%
B = 65.17%

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

#421BAE (or 0x421BAE) is known color: Purple Heart. HEX triplet: 42, 1B and AE. RGB value is (66,27,174). Sum of RGB (Red+Green+Blue) = 66+27+174=267 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.72% from 267); Green value is 27 (10.94% from 255 or 10.11% from 267); Blue value is 174 (68.36% from 255 or 65.17% from 267); Max value from RGB is 174 - color contains mainly: blue. Hex color #421BAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #421BAE is #BDE451. Grayscale: #363636. Windows color (decimal): -12444754 or 11410242. OLE color: 11410242.

HSL color Cylindrical-coordinate representation of color #421BAE: hue angle of 255.92º degrees, saturation: 0.73, 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 #421BAE is Cyan = 0.62, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 66 27 174 -
CMYK 0.62 0.84 0 0.32
HSL 255.92º 0.73% 0.39% -
HSV(B) 255.92º 0.84% 0.68% -
XYZ 10.28 5 40.47 -
YUV 55.42 194.92 135.55 -
System Red Green Blue C M Y K H S L
Decimal 66 27 174 0.62 0.84 0 0.32 255.92 0.73 0.39
Hex 42 1B AE 3E 54 0 20 100 49 27
Octal 102 33 256 76 124 0 40 400 111 47
Binary 1000010 11011 10101110 111110 1010100 0 100000 100000000 1001001 100111

Color Harmonies of #421BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421BAE

Black with #421BAE

Text Example


Text Example

White with #421BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,27,174); }

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

background-color css

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

 a { background-color: rgb(66,27,174); }

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

border-color css

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

 span { border-color: rgb(66,27,174); }

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