Html Css Color HEX #582EE0 Han Purple

📋 copy color: '#582EE0'

red 88 ◦ green 46 ◦ blue 224

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

Shades of Han Purple #582EE0

Tints of Han Purple #582EE0

RGB

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

 GREEN value IS 46 (18.36% from 255) = 12.85%

 BLUE value IS 224 (87.89% from 255) = 62.57%

R = 24.58%
G = 12.85%
B = 62.57%

CMYK

 C value IS 0.61

 M value IS 0.79

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#582EE0 (or 0x582EE0) is known color: Han Purple. HEX triplet: 58, 2E and E0. RGB value is (88,46,224). Sum of RGB (Red+Green+Blue) = 88+46+224=358 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.58% from 358); Green value is 46 (18.36% from 255 or 12.85% from 358); Blue value is 224 (87.89% from 255 or 62.57% from 358); Max value from RGB is 224 - color contains mainly: blue. Hex color #582EE0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #582EE0 is #A7D11F. Grayscale: #4E4E4E. Windows color (decimal): -10998048 or 14691928. OLE color: 14691928.

HSL color Cylindrical-coordinate representation of color #582EE0: hue angle of 254.16º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #582EE0 is Cyan = 0.61, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 88 46 224 -
CMYK 0.61 0.79 0 0.12
HSL 254.16º 0.74% 0.53% -
HSV(B) 254.16º 0.79% 0.88% -
XYZ 18.46 9.41 71.36 -
YUV 78.85 209.91 134.53 -
System Red Green Blue C M Y K H S L
Decimal 88 46 224 0.61 0.79 0 0.12 254.16 0.74 0.53
Hex 58 2E E0 3D 4F 0 C FE 4A 35
Octal 130 56 340 75 117 0 14 376 112 65
Binary 1011000 101110 11100000 111101 1001111 0 1100 11111110 1001010 110101

Color Harmonies of #582EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582EE0

Black with #582EE0

Text Example


Text Example

White with #582EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,46,224); }

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

background-color css

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

 a { background-color: rgb(88,46,224); }

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

border-color css

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

 span { border-color: rgb(88,46,224); }

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