Html Css Color HEX #4D18BA Purple Heart

📋 copy color: '#4D18BA'

red 77 ◦ green 24 ◦ blue 186

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

Shades of Purple Heart #4D18BA

Tints of Purple Heart #4D18BA

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.36%

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

R = 26.83%
G = 8.36%
B = 64.81%

CMYK

 C value IS 0.59

 M value IS 0.87

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4D18BA (or 0x4D18BA) is known color: Purple Heart. HEX triplet: 4D, 18 and BA. RGB value is (77,24,186). Sum of RGB (Red+Green+Blue) = 77+24+186=287 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.83% from 287); Green value is 24 (9.77% from 255 or 8.36% from 287); Blue value is 186 (73.05% from 255 or 64.81% from 287); Max value from RGB is 186 - color contains mainly: blue. Hex color #4D18BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4D18BA is #B2E745. Grayscale: #393939. Windows color (decimal): -11724614 or 12195917. OLE color: 12195917.

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

Color convert

RGB 77 24 186 -
CMYK 0.59 0.87 0 0.27
HSL 259.63º 0.77% 0.41% -
HSV(B) 259.63º 0.87% 0.73% -
XYZ 12.25 5.78 46.92 -
YUV 58.32 200.06 141.33 -
System Red Green Blue C M Y K H S L
Decimal 77 24 186 0.59 0.87 0 0.27 259.63 0.77 0.41
Hex 4D 18 BA 3B 57 0 1B 104 4D 29
Octal 115 30 272 73 127 0 33 404 115 51
Binary 1001101 11000 10111010 111011 1010111 0 11011 100000100 1001101 101001

Color Harmonies of #4D18BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D18BA

Black with #4D18BA

Text Example


Text Example

White with #4D18BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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