Html Css Color HEX #421DCE Purple Heart

📋 copy color: '#421DCE'

red 66 ◦ green 29 ◦ blue 206

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

Shades of Purple Heart #421DCE

Tints of Purple Heart #421DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 68.44%

R = 21.93%
G = 9.63%
B = 68.44%

CMYK

 C value IS 0.68

 M value IS 0.86

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#421DCE (or 0x421DCE) is known color: Purple Heart. HEX triplet: 42, 1D and CE. RGB value is (66,29,206). Sum of RGB (Red+Green+Blue) = 66+29+206=301 (39% of max value = 765). Red value is 66 (26.17% from 255 or 21.93% from 301); Green value is 29 (11.72% from 255 or 9.63% from 301); Blue value is 206 (80.86% from 255 or 68.44% from 301); Max value from RGB is 206 - color contains mainly: blue. Hex color #421DCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #421DCE is #BDE231. Grayscale: #3B3B3B. Windows color (decimal): -12444210 or 13507906. OLE color: 13507906.

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

Color convert

RGB 66 29 206 -
CMYK 0.68 0.86 0 0.19
HSL 252.54º 0.75% 0.46% -
HSV(B) 252.54º 0.86% 0.81% -
XYZ 13.83 6.49 58.92 -
YUV 60.24 210.26 132.11 -
System Red Green Blue C M Y K H S L
Decimal 66 29 206 0.68 0.86 0 0.19 252.54 0.75 0.46
Hex 42 1D CE 44 56 0 13 FD 4B 2E
Octal 102 35 316 104 126 0 23 375 113 56
Binary 1000010 11101 11001110 1000100 1010110 0 10011 11111101 1001011 101110

Color Harmonies of #421DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421DCE

Black with #421DCE

Text Example


Text Example

White with #421DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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