Html Css Color HEX #4D07FB Han Purple

📋 copy color: '#4D07FB'

red 77 ◦ green 7 ◦ blue 251

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

Shades of Han Purple #4D07FB

Tints of Han Purple #4D07FB

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.09%

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

R = 22.99%
G = 2.09%
B = 74.93%

CMYK

 C value IS 0.69

 M value IS 0.97

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4D07FB (or 0x4D07FB) is known color: Han Purple. HEX triplet: 4D, 07 and FB. RGB value is (77,7,251). Sum of RGB (Red+Green+Blue) = 77+7+251=335 (44% of max value = 765). Red value is 77 (30.47% from 255 or 22.99% from 335); Green value is 7 (3.12% from 255 or 2.09% from 335); Blue value is 251 (98.44% from 255 or 74.93% from 335); Max value from RGB is 251 - color contains mainly: blue. Hex color #4D07FB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4D07FB is #B2F804. Grayscale: #363636. Windows color (decimal): -11728901 or 16451405. OLE color: 16451405.

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

Color convert

RGB 77 7 251 -
CMYK 0.69 0.97 0 0.02
HSL 257.21º 0.97% 0.51% -
HSV(B) 257.21º 0.97% 0.98% -
XYZ 20.55 8.69 91.86 -
YUV 55.75 238.19 143.16 -
System Red Green Blue C M Y K H S L
Decimal 77 7 251 0.69 0.97 0 0.02 257.21 0.97 0.51
Hex 4D 7 FB 45 61 0 2 101 61 33
Octal 115 7 373 105 141 0 2 401 141 63
Binary 1001101 111 11111011 1000101 1100001 0 10 100000001 1100001 110011

Color Harmonies of #4D07FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D07FB

Black with #4D07FB

Text Example


Text Example

White with #4D07FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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