Html Css Color HEX #582CF5 Han Purple

📋 copy color: '#582CF5'

red 88 ◦ green 44 ◦ blue 245

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

Shades of Han Purple #582CF5

Tints of Han Purple #582CF5

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.67%

 BLUE value IS 245 (96.09% from 255) = 64.99%

R = 23.34%
G = 11.67%
B = 64.99%

CMYK

 C value IS 0.64

 M value IS 0.82

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#582CF5 (or 0x582CF5) is known color: Han Purple. HEX triplet: 58, 2C and F5. RGB value is (88,44,245). Sum of RGB (Red+Green+Blue) = 88+44+245=377 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.34% from 377); Green value is 44 (17.58% from 255 or 11.67% from 377); Blue value is 245 (96.09% from 255 or 64.99% from 377); Max value from RGB is 245 - color contains mainly: blue. Hex color #582CF5 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #582CF5 is #A7D30A. Grayscale: #4F4F4F. Windows color (decimal): -10998539 or 16067672. OLE color: 16067672.

HSL color Cylindrical-coordinate representation of color #582CF5: hue angle of 253.13º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #582CF5 is Cyan = 0.64, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 88 44 245 -
CMYK 0.64 0.82 0 0.04
HSL 253.13º 0.91% 0.57% -
HSV(B) 253.13º 0.82% 0.96% -
XYZ 21.41 10.47 87.28 -
YUV 80.07 221.08 133.66 -
System Red Green Blue C M Y K H S L
Decimal 88 44 245 0.64 0.82 0 0.04 253.13 0.91 0.57
Hex 58 2C F5 40 52 0 4 FD 5B 39
Octal 130 54 365 100 122 0 4 375 133 71
Binary 1011000 101100 11110101 1000000 1010010 0 100 11111101 1011011 111001

Color Harmonies of #582CF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582CF5

Black with #582CF5

Text Example


Text Example

White with #582CF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,44,245); }

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

background-color css

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

 a { background-color: rgb(88,44,245); }

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

border-color css

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

 span { border-color: rgb(88,44,245); }

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