Html Css Color HEX #421ECC Purple Heart

📋 copy color: '#421ECC'

red 66 ◦ green 30 ◦ blue 204

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

Shades of Purple Heart #421ECC

Tints of Purple Heart #421ECC

RGB

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

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

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

R = 22%
G = 10%
B = 68%

CMYK

 C value IS 0.68

 M value IS 0.85

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#421ECC (or 0x421ECC) is known color: Purple Heart. HEX triplet: 42, 1E and CC. RGB value is (66,30,204). Sum of RGB (Red+Green+Blue) = 66+30+204=300 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22% from 300); Green value is 30 (12.11% from 255 or 10% from 300); Blue value is 204 (80.08% from 255 or 68% from 300); Max value from RGB is 204 - color contains mainly: blue. Hex color #421ECC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #421ECC is #BDE133. Grayscale: #3B3B3B. Windows color (decimal): -12443956 or 13377090. OLE color: 13377090.

HSL color Cylindrical-coordinate representation of color #421ECC: hue angle of 252.41º 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 #421ECC is Cyan = 0.68, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 66 30 204 -
CMYK 0.68 0.85 0 0.2
HSL 252.41º 0.74% 0.46% -
HSV(B) 252.41º 0.85% 0.8% -
XYZ 13.61 6.45 57.65 -
YUV 60.6 208.93 131.85 -
System Red Green Blue C M Y K H S L
Decimal 66 30 204 0.68 0.85 0 0.2 252.41 0.74 0.46
Hex 42 1E CC 44 55 0 14 FC 4A 2E
Octal 102 36 314 104 125 0 24 374 112 56
Binary 1000010 11110 11001100 1000100 1010101 0 10100 11111100 1001010 101110

Color Harmonies of #421ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421ECC

Black with #421ECC

Text Example


Text Example

White with #421ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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