Html Css Color HEX #4D3BC0 Purple Heart

📋 copy color: '#4D3BC0'

red 77 ◦ green 59 ◦ blue 192

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

Shades of Purple Heart #4D3BC0

Tints of Purple Heart #4D3BC0

RGB

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

 GREEN value IS 59 (23.44% from 255) = 17.99%

 BLUE value IS 192 (75.39% from 255) = 58.54%

R = 23.48%
G = 17.99%
B = 58.54%

CMYK

 C value IS 0.60

 M value IS 0.69

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4D3BC0 (or 0x4D3BC0) is known color: Purple Heart. HEX triplet: 4D, 3B and C0. RGB value is (77,59,192). Sum of RGB (Red+Green+Blue) = 77+59+192=328 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.48% from 328); Green value is 59 (23.44% from 255 or 17.99% from 328); Blue value is 192 (75.39% from 255 or 58.54% from 328); Max value from RGB is 192 - color contains mainly: blue. Hex color #4D3BC0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D3BC0 is #B2C43F. Grayscale: #4F4F4F. Windows color (decimal): -11715648 or 12598093. OLE color: 12598093.

HSL color Cylindrical-coordinate representation of color #4D3BC0: hue angle of 248.12º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4D3BC0 is Cyan = 0.60, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 77 59 192 -
CMYK 0.60 0.69 0 0.25
HSL 248.12º 0.53% 0.49% -
HSV(B) 248.12º 0.69% 0.75% -
XYZ 14.14 8.51 50.77 -
YUV 79.54 191.46 126.19 -
System Red Green Blue C M Y K H S L
Decimal 77 59 192 0.60 0.69 0 0.25 248.12 0.53 0.49
Hex 4D 3B C0 3C 45 0 19 F8 35 31
Octal 115 73 300 74 105 0 31 370 65 61
Binary 1001101 111011 11000000 111100 1000101 0 11001 11111000 110101 110001

Color Harmonies of #4D3BC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D3BC0

Black with #4D3BC0

Text Example


Text Example

White with #4D3BC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,59,192); }

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

background-color css

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

 a { background-color: rgb(77,59,192); }

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

border-color css

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

 span { border-color: rgb(77,59,192); }

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