Html Css Color HEX #4D35B8 Purple Heart

📋 copy color: '#4D35B8'

red 77 ◦ green 53 ◦ blue 184

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

Shades of Purple Heart #4D35B8

Tints of Purple Heart #4D35B8

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.88%

 BLUE value IS 184 (72.27% from 255) = 58.6%

R = 24.52%
G = 16.88%
B = 58.6%

CMYK

 C value IS 0.58

 M value IS 0.71

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#4D35B8 (or 0x4D35B8) is known color: Purple Heart. HEX triplet: 4D, 35 and B8. RGB value is (77,53,184). Sum of RGB (Red+Green+Blue) = 77+53+184=314 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.52% from 314); Green value is 53 (21.09% from 255 or 16.88% from 314); Blue value is 184 (72.27% from 255 or 58.60% from 314); Max value from RGB is 184 - color contains mainly: blue. Hex color #4D35B8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D35B8 is #B2CA47. Grayscale: #4A4A4A. Windows color (decimal): -11717192 or 12072269. OLE color: 12072269.

HSL color Cylindrical-coordinate representation of color #4D35B8: hue angle of 250.99º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4D35B8 is Cyan = 0.58, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 77 53 184 -
CMYK 0.58 0.71 0 0.28
HSL 250.99º 0.55% 0.46% -
HSV(B) 250.99º 0.71% 0.72% -
XYZ 12.99 7.58 46.13 -
YUV 75.11 189.45 129.35 -
System Red Green Blue C M Y K H S L
Decimal 77 53 184 0.58 0.71 0 0.28 250.99 0.55 0.46
Hex 4D 35 B8 3A 47 0 1C FB 37 2E
Octal 115 65 270 72 107 0 34 373 67 56
Binary 1001101 110101 10111000 111010 1000111 0 11100 11111011 110111 101110

Color Harmonies of #4D35B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D35B8

Black with #4D35B8

Text Example


Text Example

White with #4D35B8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,53,184); }

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

background-color css

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

 a { background-color: rgb(77,53,184); }

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

border-color css

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

 span { border-color: rgb(77,53,184); }

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