Html Css Color HEX #580DEE Han Purple

📋 copy color: '#580DEE'

red 88 ◦ green 13 ◦ blue 238

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

Shades of Han Purple #580DEE

Tints of Han Purple #580DEE

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.83%

 BLUE value IS 238 (93.36% from 255) = 70.21%

R = 25.96%
G = 3.83%
B = 70.21%

CMYK

 C value IS 0.63

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#580DEE (or 0x580DEE) is known color: Han Purple. HEX triplet: 58, 0D and EE. RGB value is (88,13,238). Sum of RGB (Red+Green+Blue) = 88+13+238=339 (44% of max value = 765). Red value is 88 (34.77% from 255 or 25.96% from 339); Green value is 13 (5.47% from 255 or 3.83% from 339); Blue value is 238 (93.36% from 255 or 70.21% from 339); Max value from RGB is 238 - color contains mainly: blue. Hex color #580DEE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #580DEE is #A7F211. Grayscale: #3C3C3C. Windows color (decimal): -11006482 or 15600984. OLE color: 15600984.

HSL color Cylindrical-coordinate representation of color #580DEE: hue angle of 260º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #580DEE is Cyan = 0.63, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 88 13 238 -
CMYK 0.63 0.95 0 0.07
HSL 260º 0.9% 0.49% -
HSV(B) 260º 0.95% 0.93% -
XYZ 19.6 8.54 81.5 -
YUV 61.08 227.85 147.2 -
System Red Green Blue C M Y K H S L
Decimal 88 13 238 0.63 0.95 0 0.07 260 0.9 0.49
Hex 58 D EE 3F 5F 0 7 104 5A 31
Octal 130 15 356 77 137 0 7 404 132 61
Binary 1011000 1101 11101110 111111 1011111 0 111 100000100 1011010 110001

Color Harmonies of #580DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580DEE

Black with #580DEE

Text Example


Text Example

White with #580DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580DEE; }

 p { color: rgb(88,13,238); }

 H1.HeaderClassName
 {
   color: #580DEE;
 }
 .AnyTagClassName
 {
   color: #580DEE;
 }
</style>

background-color css

<style>
 a { background-color: #580DEE; }

 a { background-color: rgb(88,13,238); }

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

border-color css

<style>
 span { border-color: #580DEE; }

 span { border-color: rgb(88,13,238); }

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