Html Css Color HEX #422ED6 Purple Heart

📋 copy color: '#422ED6'

red 66 ◦ green 46 ◦ blue 214

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

Shades of Purple Heart #422ED6

Tints of Purple Heart #422ED6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 65.64%

R = 20.25%
G = 14.11%
B = 65.64%

CMYK

 C value IS 0.69

 M value IS 0.79

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#422ED6 (or 0x422ED6) is known color: Purple Heart. HEX triplet: 42, 2E and D6. RGB value is (66,46,214). Sum of RGB (Red+Green+Blue) = 66+46+214=326 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.25% from 326); Green value is 46 (18.36% from 255 or 14.11% from 326); Blue value is 214 (83.98% from 255 or 65.64% from 326); Max value from RGB is 214 - color contains mainly: blue. Hex color #422ED6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #422ED6 is #BDD129. Grayscale: #464646. Windows color (decimal): -12439850 or 14036546. OLE color: 14036546.

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

Color convert

RGB 66 46 214 -
CMYK 0.69 0.79 0 0.16
HSL 247.14º 0.67% 0.51% -
HSV(B) 247.14º 0.79% 0.84% -
XYZ 15.36 7.97 64.35 -
YUV 71.13 208.63 124.34 -
System Red Green Blue C M Y K H S L
Decimal 66 46 214 0.69 0.79 0 0.16 247.14 0.67 0.51
Hex 42 2E D6 45 4F 0 10 F7 43 33
Octal 102 56 326 105 117 0 20 367 103 63
Binary 1000010 101110 11010110 1000101 1001111 0 10000 11110111 1000011 110011

Color Harmonies of #422ED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422ED6

Black with #422ED6

Text Example


Text Example

White with #422ED6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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