Html Css Color HEX #580AED Han Purple

📋 copy color: '#580AED'

red 88 ◦ green 10 ◦ blue 237

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

Shades of Han Purple #580AED

Tints of Han Purple #580AED

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.99%

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

R = 26.27%
G = 2.99%
B = 70.75%

CMYK

 C value IS 0.63

 M value IS 0.96

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#580AED (or 0x580AED) is known color: Han Purple. HEX triplet: 58, 0A and ED. RGB value is (88,10,237). Sum of RGB (Red+Green+Blue) = 88+10+237=335 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.27% from 335); Green value is 10 (4.30% from 255 or 2.99% from 335); Blue value is 237 (92.97% from 255 or 70.75% from 335); Max value from RGB is 237 - color contains mainly: blue. Hex color #580AED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #580AED is #A7F512. Grayscale: #3A3A3A. Windows color (decimal): -11007251 or 15534680. OLE color: 15534680.

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

Color convert

RGB 88 10 237 -
CMYK 0.63 0.96 0 0.07
HSL 260.62º 0.92% 0.48% -
HSV(B) 260.62º 0.96% 0.93% -
XYZ 19.42 8.41 80.72 -
YUV 59.2 228.34 148.54 -
System Red Green Blue C M Y K H S L
Decimal 88 10 237 0.63 0.96 0 0.07 260.62 0.92 0.48
Hex 58 A ED 3F 60 0 7 105 5C 30
Octal 130 12 355 77 140 0 7 405 134 60
Binary 1011000 1010 11101101 111111 1100000 0 111 100000101 1011100 110000

Color Harmonies of #580AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580AED

Black with #580AED

Text Example


Text Example

White with #580AED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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