Html Css Color HEX #4D10BF Purple Heart

📋 copy color: '#4D10BF'

red 77 ◦ green 16 ◦ blue 191

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

Shades of Purple Heart #4D10BF

Tints of Purple Heart #4D10BF

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.63%

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

R = 27.11%
G = 5.63%
B = 67.25%

CMYK

 C value IS 0.60

 M value IS 0.92

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4D10BF (or 0x4D10BF) is known color: Purple Heart. HEX triplet: 4D, 10 and BF. RGB value is (77,16,191). Sum of RGB (Red+Green+Blue) = 77+16+191=284 (37% of max value = 765). Red value is 77 (30.47% from 255 or 27.11% from 284); Green value is 16 (6.64% from 255 or 5.63% from 284); Blue value is 191 (75% from 255 or 67.25% from 284); Max value from RGB is 191 - color contains mainly: blue. Hex color #4D10BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4D10BF is #B2EF40. Grayscale: #353535. Windows color (decimal): -11726657 or 12521549. OLE color: 12521549.

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

Color convert

RGB 77 16 191 -
CMYK 0.60 0.92 0 0.25
HSL 260.91º 0.85% 0.41% -
HSV(B) 260.91º 0.92% 0.75% -
XYZ 12.65 5.71 49.73 -
YUV 54.19 205.21 144.27 -
System Red Green Blue C M Y K H S L
Decimal 77 16 191 0.60 0.92 0 0.25 260.91 0.85 0.41
Hex 4D 10 BF 3C 5C 0 19 105 55 29
Octal 115 20 277 74 134 0 31 405 125 51
Binary 1001101 10000 10111111 111100 1011100 0 11001 100000101 1010101 101001

Color Harmonies of #4D10BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D10BF

Black with #4D10BF

Text Example


Text Example

White with #4D10BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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