Html Css Color HEX #421ECD Purple Heart

📋 copy color: '#421ECD'

red 66 ◦ green 30 ◦ blue 205

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

Shades of Purple Heart #421ECD

Tints of Purple Heart #421ECD

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.97%

 BLUE value IS 205 (80.47% from 255) = 68.11%

R = 21.93%
G = 9.97%
B = 68.11%

CMYK

 C value IS 0.68

 M value IS 0.85

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#421ECD (or 0x421ECD) is known color: Purple Heart. HEX triplet: 42, 1E and CD. RGB value is (66,30,205). Sum of RGB (Red+Green+Blue) = 66+30+205=301 (39% of max value = 765). Red value is 66 (26.17% from 255 or 21.93% from 301); Green value is 30 (12.11% from 255 or 9.97% from 301); Blue value is 205 (80.47% from 255 or 68.11% from 301); Max value from RGB is 205 - color contains mainly: blue. Hex color #421ECD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #421ECD is #BDE132. Grayscale: #3C3C3C. Windows color (decimal): -12443955 or 13442626. OLE color: 13442626.

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

Color convert

RGB 66 30 205 -
CMYK 0.68 0.85 0 0.20
HSL 252.34º 0.74% 0.46% -
HSV(B) 252.34º 0.85% 0.8% -
XYZ 13.73 6.49 58.29 -
YUV 60.71 209.43 131.77 -
System Red Green Blue C M Y K H S L
Decimal 66 30 205 0.68 0.85 0 0.20 252.34 0.74 0.46
Hex 42 1E CD 44 55 0 14 FC 4A 2E
Octal 102 36 315 104 125 0 24 374 112 56
Binary 1000010 11110 11001101 1000100 1010101 0 10100 11111100 1001010 101110

Color Harmonies of #421ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421ECD

Black with #421ECD

Text Example


Text Example

White with #421ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,30,205); }

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

background-color css

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

 a { background-color: rgb(66,30,205); }

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

border-color css

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

 span { border-color: rgb(66,30,205); }

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