Html Css Color HEX #421DCC Purple Heart

📋 copy color: '#421DCC'

red 66 ◦ green 29 ◦ blue 204

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

Shades of Purple Heart #421DCC

Tints of Purple Heart #421DCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 68.23%

R = 22.07%
G = 9.7%
B = 68.23%

CMYK

 C value IS 0.68

 M value IS 0.86

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#421DCC (or 0x421DCC) is known color: Purple Heart. HEX triplet: 42, 1D and CC. RGB value is (66,29,204). Sum of RGB (Red+Green+Blue) = 66+29+204=299 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.07% from 299); Green value is 29 (11.72% from 255 or 9.70% from 299); Blue value is 204 (80.08% from 255 or 68.23% from 299); Max value from RGB is 204 - color contains mainly: blue. Hex color #421DCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #421DCC is #BDE233. Grayscale: #3B3B3B. Windows color (decimal): -12444212 or 13376834. OLE color: 13376834.

HSL color Cylindrical-coordinate representation of color #421DCC: hue angle of 252.69º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #421DCC is Cyan = 0.68, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 66 29 204 -
CMYK 0.68 0.86 0 0.2
HSL 252.69º 0.75% 0.46% -
HSV(B) 252.69º 0.86% 0.8% -
XYZ 13.59 6.4 57.65 -
YUV 60.01 209.26 132.27 -
System Red Green Blue C M Y K H S L
Decimal 66 29 204 0.68 0.86 0 0.2 252.69 0.75 0.46
Hex 42 1D CC 44 56 0 14 FD 4B 2E
Octal 102 35 314 104 126 0 24 375 113 56
Binary 1000010 11101 11001100 1000100 1010110 0 10100 11111101 1001011 101110

Color Harmonies of #421DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421DCC

Black with #421DCC

Text Example


Text Example

White with #421DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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