Html Css Color HEX #4D1EBD Purple Heart

📋 copy color: '#4D1EBD'

red 77 ◦ green 30 ◦ blue 189

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

Shades of Purple Heart #4D1EBD

Tints of Purple Heart #4D1EBD

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.14%

 BLUE value IS 189 (74.22% from 255) = 63.85%

R = 26.01%
G = 10.14%
B = 63.85%

CMYK

 C value IS 0.59

 M value IS 0.84

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4D1EBD (or 0x4D1EBD) is known color: Purple Heart. HEX triplet: 4D, 1E and BD. RGB value is (77,30,189). Sum of RGB (Red+Green+Blue) = 77+30+189=296 (39% of max value = 765). Red value is 77 (30.47% from 255 or 26.01% from 296); Green value is 30 (12.11% from 255 or 10.14% from 296); Blue value is 189 (74.22% from 255 or 63.85% from 296); Max value from RGB is 189 - color contains mainly: blue. Hex color #4D1EBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D1EBD is #B2E142. Grayscale: #3D3D3D. Windows color (decimal): -11723075 or 12394061. OLE color: 12394061.

HSL color Cylindrical-coordinate representation of color #4D1EBD: hue angle of 257.74º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4D1EBD is Cyan = 0.59, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 77 30 189 -
CMYK 0.59 0.84 0 0.26
HSL 257.74º 0.73% 0.43% -
HSV(B) 257.74º 0.84% 0.74% -
XYZ 12.71 6.18 48.67 -
YUV 62.18 199.57 138.57 -
System Red Green Blue C M Y K H S L
Decimal 77 30 189 0.59 0.84 0 0.26 257.74 0.73 0.43
Hex 4D 1E BD 3B 54 0 1A 102 49 2B
Octal 115 36 275 73 124 0 32 402 111 53
Binary 1001101 11110 10111101 111011 1010100 0 11010 100000010 1001001 101011

Color Harmonies of #4D1EBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D1EBD

Black with #4D1EBD

Text Example


Text Example

White with #4D1EBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,30,189); }

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

background-color css

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

 a { background-color: rgb(77,30,189); }

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

border-color css

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

 span { border-color: rgb(77,30,189); }

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