Html Css Color HEX #4A0DFC Han Purple

📋 copy color: '#4A0DFC'

red 74 ◦ green 13 ◦ blue 252

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

Shades of Han Purple #4A0DFC

Tints of Han Purple #4A0DFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 74.34%

R = 21.83%
G = 3.83%
B = 74.34%

CMYK

 C value IS 0.71

 M value IS 0.95

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4A0DFC (or 0x4A0DFC) is known color: Han Purple. HEX triplet: 4A, 0D and FC. RGB value is (74,13,252). Sum of RGB (Red+Green+Blue) = 74+13+252=339 (44% of max value = 765). Red value is 74 (29.30% from 255 or 21.83% from 339); Green value is 13 (5.47% from 255 or 3.83% from 339); Blue value is 252 (98.83% from 255 or 74.34% from 339); Max value from RGB is 252 - color contains mainly: blue. Hex color #4A0DFC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4A0DFC is #B5F203. Grayscale: #393939. Windows color (decimal): -11923972 or 16518474. OLE color: 16518474.

HSL color Cylindrical-coordinate representation of color #4A0DFC: hue angle of 255.31º 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 #4A0DFC is Cyan = 0.71, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 74 13 252 -
CMYK 0.71 0.95 0 0.01
HSL 255.31º 0.98% 0.52% -
HSV(B) 255.31º 0.95% 0.99% -
XYZ 20.54 8.77 92.71 -
YUV 58.49 237.21 139.07 -
System Red Green Blue C M Y K H S L
Decimal 74 13 252 0.71 0.95 0 0.01 255.31 0.98 0.52
Hex 4A D FC 47 5F 0 1 FF 62 34
Octal 112 15 374 107 137 0 1 377 142 64
Binary 1001010 1101 11111100 1000111 1011111 0 1 11111111 1100010 110100

Color Harmonies of #4A0DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A0DFC

Black with #4A0DFC

Text Example


Text Example

White with #4A0DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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