Html Css Color HEX #4D35BA Purple Heart

📋 copy color: '#4D35BA'

red 77 ◦ green 53 ◦ blue 186

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

Shades of Purple Heart #4D35BA

Tints of Purple Heart #4D35BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 58.86%

R = 24.37%
G = 16.77%
B = 58.86%

CMYK

 C value IS 0.59

 M value IS 0.72

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4D35BA (or 0x4D35BA) is known color: Purple Heart. HEX triplet: 4D, 35 and BA. RGB value is (77,53,186). Sum of RGB (Red+Green+Blue) = 77+53+186=316 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.37% from 316); Green value is 53 (21.09% from 255 or 16.77% from 316); Blue value is 186 (73.05% from 255 or 58.86% from 316); Max value from RGB is 186 - color contains mainly: blue. Hex color #4D35BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D35BA is #B2CA45. Grayscale: #4A4A4A. Windows color (decimal): -11717190 or 12203341. OLE color: 12203341.

HSL color Cylindrical-coordinate representation of color #4D35BA: hue angle of 250.83º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4D35BA is Cyan = 0.59, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 77 53 186 -
CMYK 0.59 0.72 0 0.27
HSL 250.83º 0.56% 0.47% -
HSV(B) 250.83º 0.72% 0.73% -
XYZ 13.2 7.67 47.24 -
YUV 75.34 190.45 129.19 -
System Red Green Blue C M Y K H S L
Decimal 77 53 186 0.59 0.72 0 0.27 250.83 0.56 0.47
Hex 4D 35 BA 3B 48 0 1B FB 38 2F
Octal 115 65 272 73 110 0 33 373 70 57
Binary 1001101 110101 10111010 111011 1001000 0 11011 11111011 111000 101111

Color Harmonies of #4D35BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D35BA

Black with #4D35BA

Text Example


Text Example

White with #4D35BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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