Html Css Color HEX #582AF7 Han Purple

📋 copy color: '#582AF7'

red 88 ◦ green 42 ◦ blue 247

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

Shades of Han Purple #582AF7

Tints of Han Purple #582AF7

RGB

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

 GREEN value IS 42 (16.8% from 255) = 11.14%

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

R = 23.34%
G = 11.14%
B = 65.52%

CMYK

 C value IS 0.64

 M value IS 0.83

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#582AF7 (or 0x582AF7) is known color: Han Purple. HEX triplet: 58, 2A and F7. RGB value is (88,42,247). Sum of RGB (Red+Green+Blue) = 88+42+247=377 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.34% from 377); Green value is 42 (16.80% from 255 or 11.14% from 377); Blue value is 247 (96.88% from 255 or 65.52% from 377); Max value from RGB is 247 - color contains mainly: blue. Hex color #582AF7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #582AF7 is #A7D508. Grayscale: #4E4E4E. Windows color (decimal): -10999049 or 16198232. OLE color: 16198232.

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

Color convert

RGB 88 42 247 -
CMYK 0.64 0.83 0 0.03
HSL 253.46º 0.93% 0.57% -
HSV(B) 253.46º 0.83% 0.97% -
XYZ 21.64 10.45 88.87 -
YUV 79.12 222.74 134.33 -
System Red Green Blue C M Y K H S L
Decimal 88 42 247 0.64 0.83 0 0.03 253.46 0.93 0.57
Hex 58 2A F7 40 53 0 3 FD 5D 39
Octal 130 52 367 100 123 0 3 375 135 71
Binary 1011000 101010 11110111 1000000 1010011 0 11 11111101 1011101 111001

Color Harmonies of #582AF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582AF7

Black with #582AF7

Text Example


Text Example

White with #582AF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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