Html Css Color HEX #580ADA Han Purple

📋 copy color: '#580ADA'

red 88 ◦ green 10 ◦ blue 218

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

Shades of Han Purple #580ADA

Tints of Han Purple #580ADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 68.99%

R = 27.85%
G = 3.16%
B = 68.99%

CMYK

 C value IS 0.60

 M value IS 0.95

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#580ADA (or 0x580ADA) is known color: Han Purple. HEX triplet: 58, 0A and DA. RGB value is (88,10,218). Sum of RGB (Red+Green+Blue) = 88+10+218=316 (41% of max value = 765). Red value is 88 (34.77% from 255 or 27.85% from 316); Green value is 10 (4.30% from 255 or 3.16% from 316); Blue value is 218 (85.55% from 255 or 68.99% from 316); Max value from RGB is 218 - color contains mainly: blue. Hex color #580ADA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #580ADA is #A7F525. Grayscale: #383838. Windows color (decimal): -11007270 or 14289496. OLE color: 14289496.

HSL color Cylindrical-coordinate representation of color #580ADA: hue angle of 262.5º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #580ADA is Cyan = 0.60, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 88 10 218 -
CMYK 0.60 0.95 0 0.15
HSL 262.5º 0.91% 0.45% -
HSV(B) 262.5º 0.95% 0.85% -
XYZ 16.79 7.35 66.86 -
YUV 57.03 218.84 150.09 -
System Red Green Blue C M Y K H S L
Decimal 88 10 218 0.60 0.95 0 0.15 262.5 0.91 0.45
Hex 58 A DA 3C 5F 0 F 106 5B 2D
Octal 130 12 332 74 137 0 17 406 133 55
Binary 1011000 1010 11011010 111100 1011111 0 1111 100000110 1011011 101101

Color Harmonies of #580ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580ADA

Black with #580ADA

Text Example


Text Example

White with #580ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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