Html Css Color HEX #4D2EB6 Purple Heart

📋 copy color: '#4D2EB6'

red 77 ◦ green 46 ◦ blue 182

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

Shades of Purple Heart #4D2EB6

Tints of Purple Heart #4D2EB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 59.67%

R = 25.25%
G = 15.08%
B = 59.67%

CMYK

 C value IS 0.58

 M value IS 0.75

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#4D2EB6 (or 0x4D2EB6) is known color: Purple Heart. HEX triplet: 4D, 2E and B6. RGB value is (77,46,182). Sum of RGB (Red+Green+Blue) = 77+46+182=305 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25.25% from 305); Green value is 46 (18.36% from 255 or 15.08% from 305); Blue value is 182 (71.48% from 255 or 59.67% from 305); Max value from RGB is 182 - color contains mainly: blue. Hex color #4D2EB6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D2EB6 is #B2D149. Grayscale: #464646. Windows color (decimal): -11718986 or 11939405. OLE color: 11939405.

HSL color Cylindrical-coordinate representation of color #4D2EB6: hue angle of 253.68º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4D2EB6 is Cyan = 0.58, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 77 46 182 -
CMYK 0.58 0.75 0 0.29
HSL 253.68º 0.6% 0.45% -
HSV(B) 253.68º 0.75% 0.71% -
XYZ 12.48 6.91 44.93 -
YUV 70.77 190.77 132.44 -
System Red Green Blue C M Y K H S L
Decimal 77 46 182 0.58 0.75 0 0.29 253.68 0.6 0.45
Hex 4D 2E B6 3A 4B 0 1D FE 3C 2D
Octal 115 56 266 72 113 0 35 376 74 55
Binary 1001101 101110 10110110 111010 1001011 0 11101 11111110 111100 101101

Color Harmonies of #4D2EB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D2EB6

Black with #4D2EB6

Text Example


Text Example

White with #4D2EB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,46,182); }

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

background-color css

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

 a { background-color: rgb(77,46,182); }

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

border-color css

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

 span { border-color: rgb(77,46,182); }

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