Html Css Color HEX #5A30FA Han Purple

📋 copy color: '#5A30FA'

red 90 ◦ green 48 ◦ blue 250

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

Shades of Han Purple #5A30FA

Tints of Han Purple #5A30FA

RGB

 RED value IS 90 (35.55% from 255) = 23.2%

 GREEN value IS 48 (19.14% from 255) = 12.37%

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

R = 23.2%
G = 12.37%
B = 64.43%

CMYK

 C value IS 0.64

 M value IS 0.81

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5A30FA (or 0x5A30FA) is known color: Han Purple. HEX triplet: 5A, 30 and FA. RGB value is (90,48,250). Sum of RGB (Red+Green+Blue) = 90+48+250=388 (51% of max value = 765). Red value is 90 (35.55% from 255 or 23.20% from 388); Green value is 48 (19.14% from 255 or 12.37% from 388); Blue value is 250 (98.05% from 255 or 64.43% from 388); Max value from RGB is 250 - color contains mainly: blue. Hex color #5A30FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5A30FA is #A5CF05. Grayscale: #525252. Windows color (decimal): -10866438 or 16396378. OLE color: 16396378.

HSL color Cylindrical-coordinate representation of color #5A30FA: hue angle of 252.48º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5A30FA is Cyan = 0.64, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 90 48 250 -
CMYK 0.64 0.81 0 0.02
HSL 252.48º 0.95% 0.58% -
HSV(B) 252.48º 0.81% 0.98% -
XYZ 22.53 11.19 91.41 -
YUV 83.59 221.91 132.57 -
System Red Green Blue C M Y K H S L
Decimal 90 48 250 0.64 0.81 0 0.02 252.48 0.95 0.58
Hex 5A 30 FA 40 51 0 2 FC 5F 3A
Octal 132 60 372 100 121 0 2 374 137 72
Binary 1011010 110000 11111010 1000000 1010001 0 10 11111100 1011111 111010

Color Harmonies of #5A30FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A30FA

Black with #5A30FA

Text Example


Text Example

White with #5A30FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5A30FA; }

 p { color: rgb(90,48,250); }

 H1.HeaderClassName
 {
   color: #5A30FA;
 }
 .AnyTagClassName
 {
   color: #5A30FA;
 }
</style>

background-color css

<style>
 a { background-color: #5A30FA; }

 a { background-color: rgb(90,48,250); }

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

border-color css

<style>
 span { border-color: #5A30FA; }

 span { border-color: rgb(90,48,250); }

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