Html Css Color HEX #4220BE Purple Heart

📋 copy color: '#4220BE'

red 66 ◦ green 32 ◦ blue 190

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

Shades of Purple Heart #4220BE

Tints of Purple Heart #4220BE

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.11%

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

R = 22.92%
G = 11.11%
B = 65.97%

CMYK

 C value IS 0.65

 M value IS 0.83

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4220BE (or 0x4220BE) is known color: Purple Heart. HEX triplet: 42, 20 and BE. RGB value is (66,32,190). Sum of RGB (Red+Green+Blue) = 66+32+190=288 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.92% from 288); Green value is 32 (12.89% from 255 or 11.11% from 288); Blue value is 190 (74.61% from 255 or 65.97% from 288); Max value from RGB is 190 - color contains mainly: blue. Hex color #4220BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4220BE is #BDDF41. Grayscale: #3B3B3B. Windows color (decimal): -12443458 or 12460098. OLE color: 12460098.

HSL color Cylindrical-coordinate representation of color #4220BE: hue angle of 252.91º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4220BE is Cyan = 0.65, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 66 32 190 -
CMYK 0.65 0.83 0 0.25
HSL 252.91º 0.71% 0.44% -
HSV(B) 252.91º 0.83% 0.75% -
XYZ 12.06 5.91 49.22 -
YUV 60.18 201.26 132.15 -
System Red Green Blue C M Y K H S L
Decimal 66 32 190 0.65 0.83 0 0.25 252.91 0.71 0.44
Hex 42 20 BE 41 53 0 19 FD 47 2C
Octal 102 40 276 101 123 0 31 375 107 54
Binary 1000010 100000 10111110 1000001 1010011 0 11001 11111101 1000111 101100

Color Harmonies of #4220BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4220BE

Black with #4220BE

Text Example


Text Example

White with #4220BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4220BE; }

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

 H1.HeaderClassName
 {
   color: #4220BE;
 }
 .AnyTagClassName
 {
   color: #4220BE;
 }
</style>

background-color css

<style>
 a { background-color: #4220BE; }

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

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

border-color css

<style>
 span { border-color: #4220BE; }

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

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