Html Css Color HEX #582BEC Han Purple

📋 copy color: '#582BEC'

red 88 ◦ green 43 ◦ blue 236

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

Shades of Han Purple #582BEC

Tints of Han Purple #582BEC

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.72%

 BLUE value IS 236 (92.58% from 255) = 64.31%

R = 23.98%
G = 11.72%
B = 64.31%

CMYK

 C value IS 0.63

 M value IS 0.82

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#582BEC (or 0x582BEC) is known color: Han Purple. HEX triplet: 58, 2B and EC. RGB value is (88,43,236). Sum of RGB (Red+Green+Blue) = 88+43+236=367 (48% of max value = 765). Red value is 88 (34.77% from 255 or 23.98% from 367); Green value is 43 (17.19% from 255 or 11.72% from 367); Blue value is 236 (92.58% from 255 or 64.31% from 367); Max value from RGB is 236 - color contains mainly: blue. Hex color #582BEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #582BEC is #A7D413. Grayscale: #4D4D4D. Windows color (decimal): -10998804 or 15477592. OLE color: 15477592.

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

Color convert

RGB 88 43 236 -
CMYK 0.63 0.82 0 0.07
HSL 253.99º 0.84% 0.55% -
HSV(B) 253.99º 0.82% 0.93% -
XYZ 20.03 9.86 80.2 -
YUV 78.46 216.91 134.81 -
System Red Green Blue C M Y K H S L
Decimal 88 43 236 0.63 0.82 0 0.07 253.99 0.84 0.55
Hex 58 2B EC 3F 52 0 7 FE 54 37
Octal 130 53 354 77 122 0 7 376 124 67
Binary 1011000 101011 11101100 111111 1010010 0 111 11111110 1010100 110111

Color Harmonies of #582BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582BEC

Black with #582BEC

Text Example


Text Example

White with #582BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,43,236); }

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

background-color css

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

 a { background-color: rgb(88,43,236); }

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

border-color css

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

 span { border-color: rgb(88,43,236); }

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