Html Css Color HEX #4D0AFA Han Purple

📋 copy color: '#4D0AFA'

red 77 ◦ green 10 ◦ blue 250

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

Shades of Han Purple #4D0AFA

Tints of Han Purple #4D0AFA

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.97%

 BLUE value IS 250 (98.05% from 255) = 74.18%

R = 22.85%
G = 2.97%
B = 74.18%

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

#4D0AFA (or 0x4D0AFA) is known color: Han Purple. HEX triplet: 4D, 0A and FA. RGB value is (77,10,250). Sum of RGB (Red+Green+Blue) = 77+10+250=337 (44% of max value = 765). Red value is 77 (30.47% from 255 or 22.85% from 337); Green value is 10 (4.30% from 255 or 2.97% from 337); Blue value is 250 (98.05% from 255 or 74.18% from 337); Max value from RGB is 250 - color contains mainly: blue. Hex color #4D0AFA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4D0AFA is #B2F505. Grayscale: #383838. Windows color (decimal): -11728134 or 16386637. OLE color: 16386637.

HSL color Cylindrical-coordinate representation of color #4D0AFA: hue angle of 256.75º degrees, saturation: 0.96, 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 #4D0AFA is Cyan = 0.69, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 77 10 250 -
CMYK 0.69 0.96 0 0.02
HSL 256.75º 0.96% 0.51% -
HSV(B) 256.75º 0.96% 0.98% -
XYZ 20.42 8.7 91.04 -
YUV 57.39 236.7 141.99 -
System Red Green Blue C M Y K H S L
Decimal 77 10 250 0.69 0.96 0 0.02 256.75 0.96 0.51
Hex 4D A FA 45 60 0 2 101 60 33
Octal 115 12 372 105 140 0 2 401 140 63
Binary 1001101 1010 11111010 1000101 1100000 0 10 100000001 1100000 110011

Color Harmonies of #4D0AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D0AFA

Black with #4D0AFA

Text Example


Text Example

White with #4D0AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,10,250); }

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

background-color css

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

 a { background-color: rgb(77,10,250); }

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

border-color css

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

 span { border-color: rgb(77,10,250); }

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