Html Css Color HEX #582CFE Han Purple

📋 copy color: '#582CFE'

red 88 ◦ green 44 ◦ blue 254

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

Shades of Han Purple #582CFE

Tints of Han Purple #582CFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 65.8%

R = 22.8%
G = 11.4%
B = 65.8%

CMYK

 C value IS 0.65

 M value IS 0.83

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#582CFE (or 0x582CFE) is known color: Han Purple. HEX triplet: 58, 2C and FE. RGB value is (88,44,254). Sum of RGB (Red+Green+Blue) = 88+44+254=386 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.80% from 386); Green value is 44 (17.58% from 255 or 11.40% from 386); Blue value is 254 (99.61% from 255 or 65.80% from 386); Max value from RGB is 254 - color contains mainly: blue. Hex color #582CFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #582CFE is #A7D301. Grayscale: #505050. Windows color (decimal): -10998530 or 16657496. OLE color: 16657496.

HSL color Cylindrical-coordinate representation of color #582CFE: hue angle of 252.57º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #582CFE is Cyan = 0.65, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 88 44 254 -
CMYK 0.65 0.83 0 0.00
HSL 252.57º 0.99% 0.58% -
HSV(B) 252.57º 0.83% 1% -
XYZ 22.81 11.03 94.69 -
YUV 81.1 225.58 132.92 -
System Red Green Blue C M Y K H S L
Decimal 88 44 254 0.65 0.83 0 0.00 252.57 0.99 0.58
Hex 58 2C FE 41 53 0 0 FD 63 3A
Octal 130 54 376 101 123 0 0 375 143 72
Binary 1011000 101100 11111110 1000001 1010011 0 0 11111101 1100011 111010

Color Harmonies of #582CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582CFE

Black with #582CFE

Text Example


Text Example

White with #582CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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