Html Css Color HEX #4D18BE Purple Heart

📋 copy color: '#4D18BE'

red 77 ◦ green 24 ◦ blue 190

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

Shades of Purple Heart #4D18BE

Tints of Purple Heart #4D18BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 65.29%

R = 26.46%
G = 8.25%
B = 65.29%

CMYK

 C value IS 0.59

 M value IS 0.87

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4D18BE (or 0x4D18BE) is known color: Purple Heart. HEX triplet: 4D, 18 and BE. RGB value is (77,24,190). Sum of RGB (Red+Green+Blue) = 77+24+190=291 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.46% from 291); Green value is 24 (9.77% from 255 or 8.25% from 291); Blue value is 190 (74.61% from 255 or 65.29% from 291); Max value from RGB is 190 - color contains mainly: blue. Hex color #4D18BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4D18BE is #B2E741. Grayscale: #3A3A3A. Windows color (decimal): -11724610 or 12458061. OLE color: 12458061.

HSL color Cylindrical-coordinate representation of color #4D18BE: hue angle of 259.16º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4D18BE is Cyan = 0.59, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 77 24 190 -
CMYK 0.59 0.87 0 0.25
HSL 259.16º 0.78% 0.42% -
HSV(B) 259.16º 0.87% 0.75% -
XYZ 12.68 5.95 49.2 -
YUV 58.77 202.06 141 -
System Red Green Blue C M Y K H S L
Decimal 77 24 190 0.59 0.87 0 0.25 259.16 0.78 0.42
Hex 4D 18 BE 3B 57 0 19 103 4E 2A
Octal 115 30 276 73 127 0 31 403 116 52
Binary 1001101 11000 10111110 111011 1010111 0 11001 100000011 1001110 101010

Color Harmonies of #4D18BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D18BE

Black with #4D18BE

Text Example


Text Example

White with #4D18BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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