Html Css Color HEX #4D0DFD Han Purple

📋 copy color: '#4D0DFD'

red 77 ◦ green 13 ◦ blue 253

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

Shades of Han Purple #4D0DFD

Tints of Han Purple #4D0DFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 73.76%

R = 22.45%
G = 3.79%
B = 73.76%

CMYK

 C value IS 0.70

 M value IS 0.95

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4D0DFD (or 0x4D0DFD) is known color: Han Purple. HEX triplet: 4D, 0D and FD. RGB value is (77,13,253). Sum of RGB (Red+Green+Blue) = 77+13+253=343 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.45% from 343); Green value is 13 (5.47% from 255 or 3.79% from 343); Blue value is 253 (99.22% from 255 or 73.76% from 343); Max value from RGB is 253 - color contains mainly: blue. Hex color #4D0DFD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4D0DFD is #B2F202. Grayscale: #3A3A3A. Windows color (decimal): -11727363 or 16584013. OLE color: 16584013.

HSL color Cylindrical-coordinate representation of color #4D0DFD: hue angle of 256º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4D0DFD is Cyan = 0.70, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 77 13 253 -
CMYK 0.70 0.95 0 0.01
HSL 256º 0.98% 0.52% -
HSV(B) 256º 0.95% 0.99% -
XYZ 20.93 8.96 93.55 -
YUV 59.5 237.2 140.49 -
System Red Green Blue C M Y K H S L
Decimal 77 13 253 0.70 0.95 0 0.01 256 0.98 0.52
Hex 4D D FD 46 5F 0 1 100 62 34
Octal 115 15 375 106 137 0 1 400 142 64
Binary 1001101 1101 11111101 1000110 1011111 0 1 100000000 1100010 110100

Color Harmonies of #4D0DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D0DFD

Black with #4D0DFD

Text Example


Text Example

White with #4D0DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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