Html Css Color HEX #4D1DBF Purple Heart

📋 copy color: '#4D1DBF'

red 77 ◦ green 29 ◦ blue 191

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

Shades of Purple Heart #4D1DBF

Tints of Purple Heart #4D1DBF

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.76%

 BLUE value IS 191 (75% from 255) = 64.31%

R = 25.93%
G = 9.76%
B = 64.31%

CMYK

 C value IS 0.60

 M value IS 0.85

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4D1DBF (or 0x4D1DBF) is known color: Purple Heart. HEX triplet: 4D, 1D and BF. RGB value is (77,29,191). Sum of RGB (Red+Green+Blue) = 77+29+191=297 (39% of max value = 765). Red value is 77 (30.47% from 255 or 25.93% from 297); Green value is 29 (11.72% from 255 or 9.76% from 297); Blue value is 191 (75% from 255 or 64.31% from 297); Max value from RGB is 191 - color contains mainly: blue. Hex color #4D1DBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D1DBF is #B2E240. Grayscale: #3D3D3D. Windows color (decimal): -11723329 or 12524877. OLE color: 12524877.

HSL color Cylindrical-coordinate representation of color #4D1DBF: hue angle of 257.78º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4D1DBF is Cyan = 0.60, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 77 29 191 -
CMYK 0.60 0.85 0 0.25
HSL 257.78º 0.74% 0.43% -
HSV(B) 257.78º 0.85% 0.75% -
XYZ 12.9 6.22 49.81 -
YUV 61.82 200.9 138.83 -
System Red Green Blue C M Y K H S L
Decimal 77 29 191 0.60 0.85 0 0.25 257.78 0.74 0.43
Hex 4D 1D BF 3C 55 0 19 102 4A 2B
Octal 115 35 277 74 125 0 31 402 112 53
Binary 1001101 11101 10111111 111100 1010101 0 11001 100000010 1001010 101011

Color Harmonies of #4D1DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D1DBF

Black with #4D1DBF

Text Example


Text Example

White with #4D1DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,29,191); }

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

background-color css

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

 a { background-color: rgb(77,29,191); }

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

border-color css

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

 span { border-color: rgb(77,29,191); }

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