Html Css Color HEX #422ABE Purple Heart

📋 copy color: '#422ABE'

red 66 ◦ green 42 ◦ blue 190

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

Shades of Purple Heart #422ABE

Tints of Purple Heart #422ABE

RGB

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

 GREEN value IS 42 (16.8% from 255) = 14.09%

 BLUE value IS 190 (74.61% from 255) = 63.76%

R = 22.15%
G = 14.09%
B = 63.76%

CMYK

 C value IS 0.65

 M value IS 0.78

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#422ABE (or 0x422ABE) is known color: Purple Heart. HEX triplet: 42, 2A and BE. RGB value is (66,42,190). Sum of RGB (Red+Green+Blue) = 66+42+190=298 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.15% from 298); Green value is 42 (16.80% from 255 or 14.09% from 298); Blue value is 190 (74.61% from 255 or 63.76% from 298); Max value from RGB is 190 - color contains mainly: blue. Hex color #422ABE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #422ABE is #BDD541. Grayscale: #414141. Windows color (decimal): -12440898 or 12462658. OLE color: 12462658.

HSL color Cylindrical-coordinate representation of color #422ABE: hue angle of 249.73º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #422ABE is Cyan = 0.65, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 66 42 190 -
CMYK 0.65 0.78 0 0.25
HSL 249.73º 0.64% 0.45% -
HSV(B) 249.73º 0.78% 0.75% -
XYZ 12.37 6.53 49.32 -
YUV 66.05 197.95 127.97 -
System Red Green Blue C M Y K H S L
Decimal 66 42 190 0.65 0.78 0 0.25 249.73 0.64 0.45
Hex 42 2A BE 41 4E 0 19 FA 40 2D
Octal 102 52 276 101 116 0 31 372 100 55
Binary 1000010 101010 10111110 1000001 1001110 0 11001 11111010 1000000 101101

Color Harmonies of #422ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422ABE

Black with #422ABE

Text Example


Text Example

White with #422ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,42,190); }

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

background-color css

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

 a { background-color: rgb(66,42,190); }

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

border-color css

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

 span { border-color: rgb(66,42,190); }

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