Html Css Color HEX #580CDF Han Purple

📋 copy color: '#580CDF'

red 88 ◦ green 12 ◦ blue 223

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

Shades of Han Purple #580CDF

Tints of Han Purple #580CDF

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.72%

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

R = 27.24%
G = 3.72%
B = 69.04%

CMYK

 C value IS 0.61

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#580CDF (or 0x580CDF) is known color: Han Purple. HEX triplet: 58, 0C and DF. RGB value is (88,12,223). Sum of RGB (Red+Green+Blue) = 88+12+223=323 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.24% from 323); Green value is 12 (5.08% from 255 or 3.72% from 323); Blue value is 223 (87.5% from 255 or 69.04% from 323); Max value from RGB is 223 - color contains mainly: blue. Hex color #580CDF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #580CDF is #A7F320. Grayscale: #3A3A3A. Windows color (decimal): -11006753 or 14617688. OLE color: 14617688.

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

Color convert

RGB 88 12 223 -
CMYK 0.61 0.95 0 0.13
HSL 261.61º 0.9% 0.46% -
HSV(B) 261.61º 0.95% 0.87% -
XYZ 17.48 7.67 70.37 -
YUV 58.78 220.68 148.84 -
System Red Green Blue C M Y K H S L
Decimal 88 12 223 0.61 0.95 0 0.13 261.61 0.9 0.46
Hex 58 C DF 3D 5F 0 D 106 5A 2E
Octal 130 14 337 75 137 0 15 406 132 56
Binary 1011000 1100 11011111 111101 1011111 0 1101 100000110 1011010 101110

Color Harmonies of #580CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580CDF

Black with #580CDF

Text Example


Text Example

White with #580CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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