Html Css Color HEX #582FED Han Purple

📋 copy color: '#582FED'

red 88 ◦ green 47 ◦ blue 237

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

Shades of Han Purple #582FED

Tints of Han Purple #582FED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 63.71%

R = 23.66%
G = 12.63%
B = 63.71%

CMYK

 C value IS 0.63

 M value IS 0.80

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#582FED (or 0x582FED) is known color: Han Purple. HEX triplet: 58, 2F and ED. RGB value is (88,47,237). Sum of RGB (Red+Green+Blue) = 88+47+237=372 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.66% from 372); Green value is 47 (18.75% from 255 or 12.63% from 372); Blue value is 237 (92.97% from 255 or 63.71% from 372); Max value from RGB is 237 - color contains mainly: blue. Hex color #582FED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #582FED is #A7D012. Grayscale: #505050. Windows color (decimal): -10997779 or 15544152. OLE color: 15544152.

HSL color Cylindrical-coordinate representation of color #582FED: hue angle of 252.95º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #582FED is Cyan = 0.63, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 88 47 237 -
CMYK 0.63 0.80 0 0.07
HSL 252.95º 0.84% 0.56% -
HSV(B) 252.95º 0.8% 0.93% -
XYZ 20.33 10.22 81.02 -
YUV 80.92 216.08 133.05 -
System Red Green Blue C M Y K H S L
Decimal 88 47 237 0.63 0.80 0 0.07 252.95 0.84 0.56
Hex 58 2F ED 3F 50 0 7 FD 54 38
Octal 130 57 355 77 120 0 7 375 124 70
Binary 1011000 101111 11101101 111111 1010000 0 111 11111101 1010100 111000

Color Harmonies of #582FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582FED

Black with #582FED

Text Example


Text Example

White with #582FED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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