Html Css Color HEX #4812FD Han Purple

📋 copy color: '#4812FD'

red 72 ◦ green 18 ◦ blue 253

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

Shades of Han Purple #4812FD

Tints of Han Purple #4812FD

RGB

 RED value IS 72 (28.52% from 255) = 20.99%

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

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

R = 20.99%
G = 5.25%
B = 73.76%

CMYK

 C value IS 0.72

 M value IS 0.93

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4812FD (or 0x4812FD) is known color: Han Purple. HEX triplet: 48, 12 and FD. RGB value is (72,18,253). Sum of RGB (Red+Green+Blue) = 72+18+253=343 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.99% from 343); Green value is 18 (7.42% from 255 or 5.25% from 343); Blue value is 253 (99.22% from 255 or 73.76% from 343); Max value from RGB is 253 - color contains mainly: blue. Hex color #4812FD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4812FD is #B7ED02. Grayscale: #3C3C3C. Windows color (decimal): -12053763 or 16585288. OLE color: 16585288.

HSL color Cylindrical-coordinate representation of color #4812FD: hue angle of 253.79º 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 #4812FD is Cyan = 0.72, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 72 18 253 -
CMYK 0.72 0.93 0 0.01
HSL 253.79º 0.98% 0.53% -
HSV(B) 253.79º 0.93% 0.99% -
XYZ 20.62 8.9 93.56 -
YUV 60.94 236.39 135.89 -
System Red Green Blue C M Y K H S L
Decimal 72 18 253 0.72 0.93 0 0.01 253.79 0.98 0.53
Hex 48 12 FD 48 5D 0 1 FE 62 35
Octal 110 22 375 110 135 0 1 376 142 65
Binary 1001000 10010 11111101 1001000 1011101 0 1 11111110 1100010 110101

Color Harmonies of #4812FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4812FD

Black with #4812FD

Text Example


Text Example

White with #4812FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4812FD; }

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

 H1.HeaderClassName
 {
   color: #4812FD;
 }
 .AnyTagClassName
 {
   color: #4812FD;
 }
</style>

background-color css

<style>
 a { background-color: #4812FD; }

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

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

border-color css

<style>
 span { border-color: #4812FD; }

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

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