Html Css Color HEX #582FE0 Han Purple

📋 copy color: '#582FE0'

red 88 ◦ green 47 ◦ blue 224

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

Shades of Han Purple #582FE0

Tints of Han Purple #582FE0

RGB

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

 GREEN value IS 47 (18.75% from 255) = 13.09%

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

R = 24.51%
G = 13.09%
B = 62.4%

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

#582FE0 (or 0x582FE0) is known color: Han Purple. HEX triplet: 58, 2F and E0. RGB value is (88,47,224). Sum of RGB (Red+Green+Blue) = 88+47+224=359 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.51% from 359); Green value is 47 (18.75% from 255 or 13.09% from 359); Blue value is 224 (87.89% from 255 or 62.40% from 359); Max value from RGB is 224 - color contains mainly: blue. Hex color #582FE0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #582FE0 is #A7D01F. Grayscale: #4E4E4E. Windows color (decimal): -10997792 or 14692184. OLE color: 14692184.

HSL color Cylindrical-coordinate representation of color #582FE0: hue angle of 253.9º 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 #582FE0 is Cyan = 0.61, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 88 47 224 -
CMYK 0.61 0.79 0 0.12
HSL 253.9º 0.74% 0.53% -
HSV(B) 253.9º 0.79% 0.88% -
XYZ 18.5 9.49 71.38 -
YUV 79.44 209.58 134.11 -
System Red Green Blue C M Y K H S L
Decimal 88 47 224 0.61 0.79 0 0.12 253.9 0.74 0.53
Hex 58 2F E0 3D 4F 0 C FE 4A 35
Octal 130 57 340 75 117 0 14 376 112 65
Binary 1011000 101111 11100000 111101 1001111 0 1100 11111110 1001010 110101

Color Harmonies of #582FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582FE0

Black with #582FE0

Text Example


Text Example

White with #582FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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