Html Css Color HEX #4D0DCF Purple Heart

📋 copy color: '#4D0DCF'

red 77 ◦ green 13 ◦ blue 207

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

Shades of Purple Heart #4D0DCF

Tints of Purple Heart #4D0DCF

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.38%

 BLUE value IS 207 (81.25% from 255) = 69.7%

R = 25.93%
G = 4.38%
B = 69.7%

CMYK

 C value IS 0.63

 M value IS 0.94

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4D0DCF (or 0x4D0DCF) is known color: Purple Heart. HEX triplet: 4D, 0D and CF. RGB value is (77,13,207). Sum of RGB (Red+Green+Blue) = 77+13+207=297 (39% of max value = 765). Red value is 77 (30.47% from 255 or 25.93% from 297); Green value is 13 (5.47% from 255 or 4.38% from 297); Blue value is 207 (81.25% from 255 or 69.70% from 297); Max value from RGB is 207 - color contains mainly: blue. Hex color #4D0DCF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4D0DCF is #B2F230. Grayscale: #353535. Windows color (decimal): -11727409 or 13569357. OLE color: 13569357.

HSL color Cylindrical-coordinate representation of color #4D0DCF: hue angle of 259.79º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4D0DCF is Cyan = 0.63, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 77 13 207 -
CMYK 0.63 0.94 0 0.19
HSL 259.79º 0.88% 0.43% -
HSV(B) 259.79º 0.94% 0.81% -
XYZ 14.47 6.37 59.5 -
YUV 54.25 214.2 144.23 -
System Red Green Blue C M Y K H S L
Decimal 77 13 207 0.63 0.94 0 0.19 259.79 0.88 0.43
Hex 4D D CF 3F 5E 0 13 104 58 2B
Octal 115 15 317 77 136 0 23 404 130 53
Binary 1001101 1101 11001111 111111 1011110 0 10011 100000100 1011000 101011

Color Harmonies of #4D0DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D0DCF

Black with #4D0DCF

Text Example


Text Example

White with #4D0DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,13,207); }

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

background-color css

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

 a { background-color: rgb(77,13,207); }

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

border-color css

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

 span { border-color: rgb(77,13,207); }

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