Html Css Color HEX #422ED5 Purple Heart

📋 copy color: '#422ED5'

red 66 ◦ green 46 ◦ blue 213

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

Shades of Purple Heart #422ED5

Tints of Purple Heart #422ED5

RGB

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

 GREEN value IS 46 (18.36% from 255) = 14.15%

 BLUE value IS 213 (83.59% from 255) = 65.54%

R = 20.31%
G = 14.15%
B = 65.54%

CMYK

 C value IS 0.69

 M value IS 0.78

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#422ED5 (or 0x422ED5) is known color: Purple Heart. HEX triplet: 42, 2E and D5. RGB value is (66,46,213). Sum of RGB (Red+Green+Blue) = 66+46+213=325 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.31% from 325); Green value is 46 (18.36% from 255 or 14.15% from 325); Blue value is 213 (83.59% from 255 or 65.54% from 325); Max value from RGB is 213 - color contains mainly: blue. Hex color #422ED5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #422ED5 is #BDD12A. Grayscale: #464646. Windows color (decimal): -12439851 or 13971010. OLE color: 13971010.

HSL color Cylindrical-coordinate representation of color #422ED5: hue angle of 247.19º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #422ED5 is Cyan = 0.69, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 66 46 213 -
CMYK 0.69 0.78 0 0.16
HSL 247.19º 0.67% 0.51% -
HSV(B) 247.19º 0.78% 0.84% -
XYZ 15.23 7.92 63.68 -
YUV 71.02 208.13 124.42 -
System Red Green Blue C M Y K H S L
Decimal 66 46 213 0.69 0.78 0 0.16 247.19 0.67 0.51
Hex 42 2E D5 45 4E 0 10 F7 43 33
Octal 102 56 325 105 116 0 20 367 103 63
Binary 1000010 101110 11010101 1000101 1001110 0 10000 11110111 1000011 110011

Color Harmonies of #422ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422ED5

Black with #422ED5

Text Example


Text Example

White with #422ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422ED5; }

 p { color: rgb(66,46,213); }

 H1.HeaderClassName
 {
   color: #422ED5;
 }
 .AnyTagClassName
 {
   color: #422ED5;
 }
</style>

background-color css

<style>
 a { background-color: #422ED5; }

 a { background-color: rgb(66,46,213); }

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

border-color css

<style>
 span { border-color: #422ED5; }

 span { border-color: rgb(66,46,213); }

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