Html Css Color HEX #422DBE Purple Heart

📋 copy color: '#422DBE'

red 66 ◦ green 45 ◦ blue 190

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

Shades of Purple Heart #422DBE

Tints of Purple Heart #422DBE

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.95%

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

R = 21.93%
G = 14.95%
B = 63.12%

CMYK

 C value IS 0.65

 M value IS 0.76

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#422DBE (or 0x422DBE) is known color: Purple Heart. HEX triplet: 42, 2D and BE. RGB value is (66,45,190). Sum of RGB (Red+Green+Blue) = 66+45+190=301 (39% of max value = 765). Red value is 66 (26.17% from 255 or 21.93% from 301); Green value is 45 (17.97% from 255 or 14.95% from 301); Blue value is 190 (74.61% from 255 or 63.12% from 301); Max value from RGB is 190 - color contains mainly: blue. Hex color #422DBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #422DBE is #BDD241. Grayscale: #434343. Windows color (decimal): -12440130 or 12463426. OLE color: 12463426.

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

Color convert

RGB 66 45 190 -
CMYK 0.65 0.76 0 0.25
HSL 248.69º 0.62% 0.46% -
HSV(B) 248.69º 0.76% 0.75% -
XYZ 12.48 6.75 49.36 -
YUV 67.81 196.96 126.71 -
System Red Green Blue C M Y K H S L
Decimal 66 45 190 0.65 0.76 0 0.25 248.69 0.62 0.46
Hex 42 2D BE 41 4C 0 19 F9 3E 2E
Octal 102 55 276 101 114 0 31 371 76 56
Binary 1000010 101101 10111110 1000001 1001100 0 11001 11111001 111110 101110

Color Harmonies of #422DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422DBE

Black with #422DBE

Text Example


Text Example

White with #422DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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