Html Css Color HEX #4810FA Han Purple

📋 copy color: '#4810FA'

red 72 ◦ green 16 ◦ blue 250

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

Shades of Han Purple #4810FA

Tints of Han Purple #4810FA

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.73%

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

R = 21.3%
G = 4.73%
B = 73.96%

CMYK

 C value IS 0.71

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4810FA (or 0x4810FA) is known color: Han Purple. HEX triplet: 48, 10 and FA. RGB value is (72,16,250). Sum of RGB (Red+Green+Blue) = 72+16+250=338 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.30% from 338); Green value is 16 (6.64% from 255 or 4.73% from 338); Blue value is 250 (98.05% from 255 or 73.96% from 338); Max value from RGB is 250 - color contains mainly: blue. Hex color #4810FA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4810FA is #B7EF05. Grayscale: #3A3A3A. Windows color (decimal): -12054278 or 16388168. OLE color: 16388168.

HSL color Cylindrical-coordinate representation of color #4810FA: hue angle of 254.36º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4810FA is Cyan = 0.71, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 72 16 250 -
CMYK 0.71 0.94 0 0.02
HSL 254.36º 0.96% 0.52% -
HSV(B) 254.36º 0.94% 0.98% -
XYZ 20.11 8.65 91.05 -
YUV 59.42 235.55 136.97 -
System Red Green Blue C M Y K H S L
Decimal 72 16 250 0.71 0.94 0 0.02 254.36 0.96 0.52
Hex 48 10 FA 47 5E 0 2 FE 60 34
Octal 110 20 372 107 136 0 2 376 140 64
Binary 1001000 10000 11111010 1000111 1011110 0 10 11111110 1100000 110100

Color Harmonies of #4810FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4810FA

Black with #4810FA

Text Example


Text Example

White with #4810FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4810FA; }

 p { color: rgb(72,16,250); }

 H1.HeaderClassName
 {
   color: #4810FA;
 }
 .AnyTagClassName
 {
   color: #4810FA;
 }
</style>

background-color css

<style>
 a { background-color: #4810FA; }

 a { background-color: rgb(72,16,250); }

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

border-color css

<style>
 span { border-color: #4810FA; }

 span { border-color: rgb(72,16,250); }

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