Html Css Color HEX #4D13BC Purple Heart

📋 copy color: '#4D13BC'

red 77 ◦ green 19 ◦ blue 188

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

Shades of Purple Heart #4D13BC

Tints of Purple Heart #4D13BC

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.69%

 BLUE value IS 188 (73.83% from 255) = 66.2%

R = 27.11%
G = 6.69%
B = 66.2%

CMYK

 C value IS 0.59

 M value IS 0.90

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4D13BC (or 0x4D13BC) is known color: Purple Heart. HEX triplet: 4D, 13 and BC. RGB value is (77,19,188). Sum of RGB (Red+Green+Blue) = 77+19+188=284 (37% of max value = 765). Red value is 77 (30.47% from 255 or 27.11% from 284); Green value is 19 (7.81% from 255 or 6.69% from 284); Blue value is 188 (73.83% from 255 or 66.20% from 284); Max value from RGB is 188 - color contains mainly: blue. Hex color #4D13BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4D13BC is #B2EC43. Grayscale: #363636. Windows color (decimal): -11725892 or 12325709. OLE color: 12325709.

HSL color Cylindrical-coordinate representation of color #4D13BC: hue angle of 260.59º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4D13BC is Cyan = 0.59, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 77 19 188 -
CMYK 0.59 0.90 0 0.26
HSL 260.59º 0.82% 0.41% -
HSV(B) 260.59º 0.9% 0.74% -
XYZ 12.37 5.67 48.02 -
YUV 55.61 202.72 143.26 -
System Red Green Blue C M Y K H S L
Decimal 77 19 188 0.59 0.90 0 0.26 260.59 0.82 0.41
Hex 4D 13 BC 3B 5A 0 1A 105 52 29
Octal 115 23 274 73 132 0 32 405 122 51
Binary 1001101 10011 10111100 111011 1011010 0 11010 100000101 1010010 101001

Color Harmonies of #4D13BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D13BC

Black with #4D13BC

Text Example


Text Example

White with #4D13BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,19,188); }

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

background-color css

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

 a { background-color: rgb(77,19,188); }

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

border-color css

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

 span { border-color: rgb(77,19,188); }

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