Html Css Color HEX #421CAF Purple Heart

📋 copy color: '#421CAF'

red 66 ◦ green 28 ◦ blue 175

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

Shades of Purple Heart #421CAF

Tints of Purple Heart #421CAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 65.06%

R = 24.54%
G = 10.41%
B = 65.06%

CMYK

 C value IS 0.62

 M value IS 0.84

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#421CAF (or 0x421CAF) is known color: Purple Heart. HEX triplet: 42, 1C and AF. RGB value is (66,28,175). Sum of RGB (Red+Green+Blue) = 66+28+175=269 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.54% from 269); Green value is 28 (11.33% from 255 or 10.41% from 269); Blue value is 175 (68.75% from 255 or 65.06% from 269); Max value from RGB is 175 - color contains mainly: blue. Hex color #421CAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #421CAF is #BDE350. Grayscale: #373737. Windows color (decimal): -12444497 or 11476034. OLE color: 11476034.

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

Color convert

RGB 66 28 175 -
CMYK 0.62 0.84 0 0.31
HSL 255.51º 0.72% 0.4% -
HSV(B) 255.51º 0.84% 0.69% -
XYZ 10.4 5.08 40.99 -
YUV 56.12 195.09 135.05 -
System Red Green Blue C M Y K H S L
Decimal 66 28 175 0.62 0.84 0 0.31 255.51 0.72 0.4
Hex 42 1C AF 3E 54 0 1F 100 48 28
Octal 102 34 257 76 124 0 37 400 110 50
Binary 1000010 11100 10101111 111110 1010100 0 11111 100000000 1001000 101000

Color Harmonies of #421CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421CAF

Black with #421CAF

Text Example


Text Example

White with #421CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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