Html Css Color HEX #4A12FD Han Purple

📋 copy color: '#4A12FD'

red 74 ◦ green 18 ◦ blue 253

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

Shades of Han Purple #4A12FD

Tints of Han Purple #4A12FD

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.22%

 BLUE value IS 253 (99.22% from 255) = 73.33%

R = 21.45%
G = 5.22%
B = 73.33%

CMYK

 C value IS 0.71

 M value IS 0.93

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4A12FD (or 0x4A12FD) is known color: Han Purple. HEX triplet: 4A, 12 and FD. RGB value is (74,18,253). Sum of RGB (Red+Green+Blue) = 74+18+253=345 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.45% from 345); Green value is 18 (7.42% from 255 or 5.22% from 345); Blue value is 253 (99.22% from 255 or 73.33% from 345); Max value from RGB is 253 - color contains mainly: blue. Hex color #4A12FD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4A12FD is #B5ED02. Grayscale: #3C3C3C. Windows color (decimal): -11922691 or 16585290. OLE color: 16585290.

HSL color Cylindrical-coordinate representation of color #4A12FD: hue angle of 254.3º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4A12FD is Cyan = 0.71, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 74 18 253 -
CMYK 0.71 0.93 0 0.01
HSL 254.3º 0.98% 0.53% -
HSV(B) 254.3º 0.93% 0.99% -
XYZ 20.77 8.98 93.57 -
YUV 61.53 236.05 136.89 -
System Red Green Blue C M Y K H S L
Decimal 74 18 253 0.71 0.93 0 0.01 254.3 0.98 0.53
Hex 4A 12 FD 47 5D 0 1 FE 62 35
Octal 112 22 375 107 135 0 1 376 142 65
Binary 1001010 10010 11111101 1000111 1011101 0 1 11111110 1100010 110101

Color Harmonies of #4A12FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A12FD

Black with #4A12FD

Text Example


Text Example

White with #4A12FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,18,253); }

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

background-color css

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

 a { background-color: rgb(74,18,253); }

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

border-color css

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

 span { border-color: rgb(74,18,253); }

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