Html Css Color HEX #4D22BE Purple Heart

📋 copy color: '#4D22BE'

red 77 ◦ green 34 ◦ blue 190

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

Shades of Purple Heart #4D22BE

Tints of Purple Heart #4D22BE

RGB

 RED value IS 77 (30.47% from 255) = 25.58%

 GREEN value IS 34 (13.67% from 255) = 11.3%

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

R = 25.58%
G = 11.3%
B = 63.12%

CMYK

 C value IS 0.59

 M value IS 0.82

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4D22BE (or 0x4D22BE) is known color: Purple Heart. HEX triplet: 4D, 22 and BE. RGB value is (77,34,190). Sum of RGB (Red+Green+Blue) = 77+34+190=301 (39% of max value = 765). Red value is 77 (30.47% from 255 or 25.58% from 301); Green value is 34 (13.67% from 255 or 11.30% 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 #4D22BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D22BE is #B2DD41. Grayscale: #404040. Windows color (decimal): -11722050 or 12460621. OLE color: 12460621.

HSL color Cylindrical-coordinate representation of color #4D22BE: hue angle of 256.54º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4D22BE is Cyan = 0.59, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 77 34 190 -
CMYK 0.59 0.82 0 0.25
HSL 256.54º 0.7% 0.44% -
HSV(B) 256.54º 0.82% 0.75% -
XYZ 12.93 6.44 49.28 -
YUV 64.64 198.75 136.82 -
System Red Green Blue C M Y K H S L
Decimal 77 34 190 0.59 0.82 0 0.25 256.54 0.7 0.44
Hex 4D 22 BE 3B 52 0 19 101 46 2C
Octal 115 42 276 73 122 0 31 401 106 54
Binary 1001101 100010 10111110 111011 1010010 0 11001 100000001 1000110 101100

Color Harmonies of #4D22BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D22BE

Black with #4D22BE

Text Example


Text Example

White with #4D22BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4D22BE; }

 p { color: rgb(77,34,190); }

 H1.HeaderClassName
 {
   color: #4D22BE;
 }
 .AnyTagClassName
 {
   color: #4D22BE;
 }
</style>

background-color css

<style>
 a { background-color: #4D22BE; }

 a { background-color: rgb(77,34,190); }

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

border-color css

<style>
 span { border-color: #4D22BE; }

 span { border-color: rgb(77,34,190); }

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