Html Css Color HEX #581AF7 Han Purple

📋 copy color: '#581AF7'

red 88 ◦ green 26 ◦ blue 247

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

Shades of Han Purple #581AF7

Tints of Han Purple #581AF7

RGB

 RED value IS 88 (34.77% from 255) = 24.38%

 GREEN value IS 26 (10.55% from 255) = 7.2%

 BLUE value IS 247 (96.88% from 255) = 68.42%

R = 24.38%
G = 7.2%
B = 68.42%

CMYK

 C value IS 0.64

 M value IS 0.89

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#581AF7 (or 0x581AF7) is known color: Han Purple. HEX triplet: 58, 1A and F7. RGB value is (88,26,247). Sum of RGB (Red+Green+Blue) = 88+26+247=361 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.38% from 361); Green value is 26 (10.55% from 255 or 7.20% from 361); Blue value is 247 (96.88% from 255 or 68.42% from 361); Max value from RGB is 247 - color contains mainly: blue. Hex color #581AF7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #581AF7 is #A7E508. Grayscale: #444444. Windows color (decimal): -11003145 or 16194136. OLE color: 16194136.

HSL color Cylindrical-coordinate representation of color #581AF7: hue angle of 256.83º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #581AF7 is Cyan = 0.64, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 88 26 247 -
CMYK 0.64 0.89 0 0.03
HSL 256.83º 0.93% 0.54% -
HSV(B) 256.83º 0.89% 0.97% -
XYZ 21.18 9.53 88.72 -
YUV 69.73 228.04 141.03 -
System Red Green Blue C M Y K H S L
Decimal 88 26 247 0.64 0.89 0 0.03 256.83 0.93 0.54
Hex 58 1A F7 40 59 0 3 101 5D 36
Octal 130 32 367 100 131 0 3 401 135 66
Binary 1011000 11010 11110111 1000000 1011001 0 11 100000001 1011101 110110

Color Harmonies of #581AF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581AF7

Black with #581AF7

Text Example


Text Example

White with #581AF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581AF7; }

 p { color: rgb(88,26,247); }

 H1.HeaderClassName
 {
   color: #581AF7;
 }
 .AnyTagClassName
 {
   color: #581AF7;
 }
</style>

background-color css

<style>
 a { background-color: #581AF7; }

 a { background-color: rgb(88,26,247); }

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

border-color css

<style>
 span { border-color: #581AF7; }

 span { border-color: rgb(88,26,247); }

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