Html Css Color HEX #421ECE Purple Heart

📋 copy color: '#421ECE'

red 66 ◦ green 30 ◦ blue 206

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

Shades of Purple Heart #421ECE

Tints of Purple Heart #421ECE

RGB

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

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

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

R = 21.85%
G = 9.93%
B = 68.21%

CMYK

 C value IS 0.68

 M value IS 0.85

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#421ECE (or 0x421ECE) is known color: Purple Heart. HEX triplet: 42, 1E and CE. RGB value is (66,30,206). Sum of RGB (Red+Green+Blue) = 66+30+206=302 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.85% from 302); Green value is 30 (12.11% from 255 or 9.93% from 302); Blue value is 206 (80.86% from 255 or 68.21% from 302); Max value from RGB is 206 - color contains mainly: blue. Hex color #421ECE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #421ECE is #BDE131. Grayscale: #3C3C3C. Windows color (decimal): -12443954 or 13508162. OLE color: 13508162.

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

Color convert

RGB 66 30 206 -
CMYK 0.68 0.85 0 0.19
HSL 252.27º 0.75% 0.46% -
HSV(B) 252.27º 0.85% 0.81% -
XYZ 13.85 6.54 58.93 -
YUV 60.83 209.93 131.69 -
System Red Green Blue C M Y K H S L
Decimal 66 30 206 0.68 0.85 0 0.19 252.27 0.75 0.46
Hex 42 1E CE 44 55 0 13 FC 4B 2E
Octal 102 36 316 104 125 0 23 374 113 56
Binary 1000010 11110 11001110 1000100 1010101 0 10011 11111100 1001011 101110

Color Harmonies of #421ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421ECE

Black with #421ECE

Text Example


Text Example

White with #421ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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