Html Css Color HEX #580FDF Han Purple

📋 copy color: '#580FDF'

red 88 ◦ green 15 ◦ blue 223

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

Shades of Han Purple #580FDF

Tints of Han Purple #580FDF

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.6%

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

R = 26.99%
G = 4.6%
B = 68.4%

CMYK

 C value IS 0.61

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#580FDF (or 0x580FDF) is known color: Han Purple. HEX triplet: 58, 0F and DF. RGB value is (88,15,223). Sum of RGB (Red+Green+Blue) = 88+15+223=326 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.99% from 326); Green value is 15 (6.25% from 255 or 4.60% from 326); Blue value is 223 (87.5% from 255 or 68.40% from 326); Max value from RGB is 223 - color contains mainly: blue. Hex color #580FDF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #580FDF is #A7F020. Grayscale: #3B3B3B. Windows color (decimal): -11005985 or 14618456. OLE color: 14618456.

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

Color convert

RGB 88 15 223 -
CMYK 0.61 0.93 0 0.13
HSL 261.06º 0.87% 0.47% -
HSV(B) 261.06º 0.93% 0.87% -
XYZ 17.51 7.74 70.38 -
YUV 60.54 219.68 147.59 -
System Red Green Blue C M Y K H S L
Decimal 88 15 223 0.61 0.93 0 0.13 261.06 0.87 0.47
Hex 58 F DF 3D 5D 0 D 105 57 2F
Octal 130 17 337 75 135 0 15 405 127 57
Binary 1011000 1111 11011111 111101 1011101 0 1101 100000101 1010111 101111

Color Harmonies of #580FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580FDF

Black with #580FDF

Text Example


Text Example

White with #580FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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