Html Css Color HEX #4D0BFB Han Purple

📋 copy color: '#4D0BFB'

red 77 ◦ green 11 ◦ blue 251

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

Shades of Han Purple #4D0BFB

Tints of Han Purple #4D0BFB

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.24%

 BLUE value IS 251 (98.44% from 255) = 74.04%

R = 22.71%
G = 3.24%
B = 74.04%

CMYK

 C value IS 0.69

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4D0BFB (or 0x4D0BFB) is known color: Han Purple. HEX triplet: 4D, 0B and FB. RGB value is (77,11,251). Sum of RGB (Red+Green+Blue) = 77+11+251=339 (44% of max value = 765). Red value is 77 (30.47% from 255 or 22.71% from 339); Green value is 11 (4.69% from 255 or 3.24% from 339); Blue value is 251 (98.44% from 255 or 74.04% from 339); Max value from RGB is 251 - color contains mainly: blue. Hex color #4D0BFB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4D0BFB is #B2F404. Grayscale: #393939. Windows color (decimal): -11727877 or 16452429. OLE color: 16452429.

HSL color Cylindrical-coordinate representation of color #4D0BFB: hue angle of 256.5º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4D0BFB is Cyan = 0.69, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 77 11 251 -
CMYK 0.69 0.96 0 0.02
HSL 256.5º 0.97% 0.51% -
HSV(B) 256.5º 0.96% 0.98% -
XYZ 20.59 8.78 91.88 -
YUV 58.09 236.87 141.49 -
System Red Green Blue C M Y K H S L
Decimal 77 11 251 0.69 0.96 0 0.02 256.5 0.97 0.51
Hex 4D B FB 45 60 0 2 100 61 33
Octal 115 13 373 105 140 0 2 400 141 63
Binary 1001101 1011 11111011 1000101 1100000 0 10 100000000 1100001 110011

Color Harmonies of #4D0BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D0BFB

Black with #4D0BFB

Text Example


Text Example

White with #4D0BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,11,251); }

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

background-color css

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

 a { background-color: rgb(77,11,251); }

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

border-color css

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

 span { border-color: rgb(77,11,251); }

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