Html Css Color HEX #5A30EF Han Purple

📋 copy color: '#5A30EF'

red 90 ◦ green 48 ◦ blue 239

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

Shades of Han Purple #5A30EF

Tints of Han Purple #5A30EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 63.4%

R = 23.87%
G = 12.73%
B = 63.4%

CMYK

 C value IS 0.62

 M value IS 0.80

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#5A30EF (or 0x5A30EF) is known color: Han Purple. HEX triplet: 5A, 30 and EF. RGB value is (90,48,239). Sum of RGB (Red+Green+Blue) = 90+48+239=377 (49% of max value = 765). Red value is 90 (35.55% from 255 or 23.87% from 377); Green value is 48 (19.14% from 255 or 12.73% from 377); Blue value is 239 (93.75% from 255 or 63.40% from 377); Max value from RGB is 239 - color contains mainly: blue. Hex color #5A30EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5A30EF is #A5CF10. Grayscale: #515151. Windows color (decimal): -10866449 or 15675482. OLE color: 15675482.

HSL color Cylindrical-coordinate representation of color #5A30EF: hue angle of 253.19º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5A30EF is Cyan = 0.62, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 90 48 239 -
CMYK 0.62 0.80 0 0.06
HSL 253.19º 0.86% 0.56% -
HSV(B) 253.19º 0.8% 0.94% -
XYZ 20.85 10.52 82.59 -
YUV 82.33 216.41 133.47 -
System Red Green Blue C M Y K H S L
Decimal 90 48 239 0.62 0.80 0 0.06 253.19 0.86 0.56
Hex 5A 30 EF 3E 50 0 6 FD 56 38
Octal 132 60 357 76 120 0 6 375 126 70
Binary 1011010 110000 11101111 111110 1010000 0 110 11111101 1010110 111000

Color Harmonies of #5A30EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A30EF

Black with #5A30EF

Text Example


Text Example

White with #5A30EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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