Html Css Color HEX #580ADF Han Purple

📋 copy color: '#580ADF'

red 88 ◦ green 10 ◦ blue 223

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

Shades of Han Purple #580ADF

Tints of Han Purple #580ADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 69.47%

R = 27.41%
G = 3.12%
B = 69.47%

CMYK

 C value IS 0.61

 M value IS 0.96

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#580ADF (or 0x580ADF) is known color: Han Purple. HEX triplet: 58, 0A and DF. RGB value is (88,10,223). Sum of RGB (Red+Green+Blue) = 88+10+223=321 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.41% from 321); Green value is 10 (4.30% from 255 or 3.12% from 321); Blue value is 223 (87.5% from 255 or 69.47% from 321); Max value from RGB is 223 - color contains mainly: blue. Hex color #580ADF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #580ADF is #A7F520. Grayscale: #383838. Windows color (decimal): -11007265 or 14617176. OLE color: 14617176.

HSL color Cylindrical-coordinate representation of color #580ADF: hue angle of 261.97º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #580ADF is Cyan = 0.61, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 88 10 223 -
CMYK 0.61 0.96 0 0.13
HSL 261.97º 0.91% 0.46% -
HSV(B) 261.97º 0.96% 0.87% -
XYZ 17.45 7.62 70.36 -
YUV 57.6 221.34 149.68 -
System Red Green Blue C M Y K H S L
Decimal 88 10 223 0.61 0.96 0 0.13 261.97 0.91 0.46
Hex 58 A DF 3D 60 0 D 106 5B 2E
Octal 130 12 337 75 140 0 15 406 133 56
Binary 1011000 1010 11011111 111101 1100000 0 1101 100000110 1011011 101110

Color Harmonies of #580ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580ADF

Black with #580ADF

Text Example


Text Example

White with #580ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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