Html Css Color HEX #580AEA Han Purple

📋 copy color: '#580AEA'

red 88 ◦ green 10 ◦ blue 234

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

Shades of Han Purple #580AEA

Tints of Han Purple #580AEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 70.48%

R = 26.51%
G = 3.01%
B = 70.48%

CMYK

 C value IS 0.62

 M value IS 0.96

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#580AEA (or 0x580AEA) is known color: Han Purple. HEX triplet: 58, 0A and EA. RGB value is (88,10,234). Sum of RGB (Red+Green+Blue) = 88+10+234=332 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.51% from 332); Green value is 10 (4.30% from 255 or 3.01% from 332); Blue value is 234 (91.80% from 255 or 70.48% from 332); Max value from RGB is 234 - color contains mainly: blue. Hex color #580AEA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #580AEA is #A7F515. Grayscale: #3A3A3A. Windows color (decimal): -11007254 or 15338072. OLE color: 15338072.

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

Color convert

RGB 88 10 234 -
CMYK 0.62 0.96 0 0.08
HSL 260.89º 0.92% 0.48% -
HSV(B) 260.89º 0.96% 0.92% -
XYZ 18.98 8.23 78.43 -
YUV 58.86 226.84 148.79 -
System Red Green Blue C M Y K H S L
Decimal 88 10 234 0.62 0.96 0 0.08 260.89 0.92 0.48
Hex 58 A EA 3E 60 0 8 105 5C 30
Octal 130 12 352 76 140 0 10 405 134 60
Binary 1011000 1010 11101010 111110 1100000 0 1000 100000101 1011100 110000

Color Harmonies of #580AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580AEA

Black with #580AEA

Text Example


Text Example

White with #580AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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