Html Css Color HEX #4A0DF7 Han Purple

📋 copy color: '#4A0DF7'

red 74 ◦ green 13 ◦ blue 247

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

Shades of Han Purple #4A0DF7

Tints of Han Purple #4A0DF7

RGB

 RED value IS 74 (29.3% from 255) = 22.16%

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

 BLUE value IS 247 (96.88% from 255) = 73.95%

R = 22.16%
G = 3.89%
B = 73.95%

CMYK

 C value IS 0.70

 M value IS 0.95

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#4A0DF7 (or 0x4A0DF7) is known color: Han Purple. HEX triplet: 4A, 0D and F7. RGB value is (74,13,247). Sum of RGB (Red+Green+Blue) = 74+13+247=334 (44% of max value = 765). Red value is 74 (29.30% from 255 or 22.16% from 334); Green value is 13 (5.47% from 255 or 3.89% from 334); Blue value is 247 (96.88% from 255 or 73.95% from 334); Max value from RGB is 247 - color contains mainly: blue. Hex color #4A0DF7 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4A0DF7 is #B5F208. Grayscale: #393939. Windows color (decimal): -11923977 or 16190794. OLE color: 16190794.

HSL color Cylindrical-coordinate representation of color #4A0DF7: hue angle of 255.64º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4A0DF7 is Cyan = 0.70, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 74 13 247 -
CMYK 0.70 0.95 0 0.03
HSL 255.64º 0.94% 0.51% -
HSV(B) 255.64º 0.95% 0.97% -
XYZ 19.76 8.46 88.59 -
YUV 57.92 234.71 139.47 -
System Red Green Blue C M Y K H S L
Decimal 74 13 247 0.70 0.95 0 0.03 255.64 0.94 0.51
Hex 4A D F7 46 5F 0 3 100 5E 33
Octal 112 15 367 106 137 0 3 400 136 63
Binary 1001010 1101 11110111 1000110 1011111 0 11 100000000 1011110 110011

Color Harmonies of #4A0DF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A0DF7

Black with #4A0DF7

Text Example


Text Example

White with #4A0DF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,13,247); }

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

background-color css

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

 a { background-color: rgb(74,13,247); }

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

border-color css

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

 span { border-color: rgb(74,13,247); }

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