Html Css Color HEX #421DC0 Purple Heart

📋 copy color: '#421DC0'

red 66 ◦ green 29 ◦ blue 192

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

Shades of Purple Heart #421DC0

Tints of Purple Heart #421DC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 66.9%

R = 23%
G = 10.1%
B = 66.9%

CMYK

 C value IS 0.66

 M value IS 0.85

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#421DC0 (or 0x421DC0) is known color: Purple Heart. HEX triplet: 42, 1D and C0. RGB value is (66,29,192). Sum of RGB (Red+Green+Blue) = 66+29+192=287 (38% of max value = 765). Red value is 66 (26.17% from 255 or 23.00% from 287); Green value is 29 (11.72% from 255 or 10.10% from 287); Blue value is 192 (75.39% from 255 or 66.90% from 287); Max value from RGB is 192 - color contains mainly: blue. Hex color #421DC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #421DC0 is #BDE23F. Grayscale: #3A3A3A. Windows color (decimal): -12444224 or 12590402. OLE color: 12590402.

HSL color Cylindrical-coordinate representation of color #421DC0: hue angle of 253.62º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #421DC0 is Cyan = 0.66, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 66 29 192 -
CMYK 0.66 0.85 0 0.25
HSL 253.62º 0.74% 0.43% -
HSV(B) 253.62º 0.85% 0.75% -
XYZ 12.2 5.84 50.35 -
YUV 58.65 203.26 133.25 -
System Red Green Blue C M Y K H S L
Decimal 66 29 192 0.66 0.85 0 0.25 253.62 0.74 0.43
Hex 42 1D C0 42 55 0 19 FE 4A 2B
Octal 102 35 300 102 125 0 31 376 112 53
Binary 1000010 11101 11000000 1000010 1010101 0 11001 11111110 1001010 101011

Color Harmonies of #421DC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421DC0

Black with #421DC0

Text Example


Text Example

White with #421DC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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