Html Css Color HEX #582FEF Han Purple

📋 copy color: '#582FEF'

red 88 ◦ green 47 ◦ blue 239

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

Shades of Han Purple #582FEF

Tints of Han Purple #582FEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 63.9%

R = 23.53%
G = 12.57%
B = 63.9%

CMYK

 C value IS 0.63

 M value IS 0.80

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#582FEF (or 0x582FEF) is known color: Han Purple. HEX triplet: 58, 2F and EF. RGB value is (88,47,239). Sum of RGB (Red+Green+Blue) = 88+47+239=374 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.53% from 374); Green value is 47 (18.75% from 255 or 12.57% from 374); Blue value is 239 (93.75% from 255 or 63.90% from 374); Max value from RGB is 239 - color contains mainly: blue. Hex color #582FEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #582FEF is #A7D010. Grayscale: #505050. Windows color (decimal): -10997777 or 15675224. OLE color: 15675224.

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

Color convert

RGB 88 47 239 -
CMYK 0.63 0.80 0 0.06
HSL 252.81º 0.86% 0.56% -
HSV(B) 252.81º 0.8% 0.94% -
XYZ 20.62 10.34 82.57 -
YUV 81.15 217.08 132.89 -
System Red Green Blue C M Y K H S L
Decimal 88 47 239 0.63 0.80 0 0.06 252.81 0.86 0.56
Hex 58 2F EF 3F 50 0 6 FD 56 38
Octal 130 57 357 77 120 0 6 375 126 70
Binary 1011000 101111 11101111 111111 1010000 0 110 11111101 1010110 111000

Color Harmonies of #582FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582FEF

Black with #582FEF

Text Example


Text Example

White with #582FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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