Html Css Color HEX #580DFC Han Purple

📋 copy color: '#580DFC'

red 88 ◦ green 13 ◦ blue 252

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

Shades of Han Purple #580DFC

Tints of Han Purple #580DFC

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.68%

 BLUE value IS 252 (98.83% from 255) = 71.39%

R = 24.93%
G = 3.68%
B = 71.39%

CMYK

 C value IS 0.65

 M value IS 0.95

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#580DFC (or 0x580DFC) is known color: Han Purple. HEX triplet: 58, 0D and FC. RGB value is (88,13,252). Sum of RGB (Red+Green+Blue) = 88+13+252=353 (46% of max value = 765). Red value is 88 (34.77% from 255 or 24.93% from 353); Green value is 13 (5.47% from 255 or 3.68% from 353); Blue value is 252 (98.83% from 255 or 71.39% from 353); Max value from RGB is 252 - color contains mainly: blue. Hex color #580DFC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #580DFC is #A7F203. Grayscale: #3D3D3D. Windows color (decimal): -11006468 or 16518488. OLE color: 16518488.

HSL color Cylindrical-coordinate representation of color #580DFC: hue angle of 258.83º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #580DFC is Cyan = 0.65, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 88 13 252 -
CMYK 0.65 0.95 0 0.01
HSL 258.83º 0.98% 0.52% -
HSV(B) 258.83º 0.95% 0.99% -
XYZ 21.74 9.39 92.76 -
YUV 62.67 234.85 146.07 -
System Red Green Blue C M Y K H S L
Decimal 88 13 252 0.65 0.95 0 0.01 258.83 0.98 0.52
Hex 58 D FC 41 5F 0 1 103 62 34
Octal 130 15 374 101 137 0 1 403 142 64
Binary 1011000 1101 11111100 1000001 1011111 0 1 100000011 1100010 110100

Color Harmonies of #580DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580DFC

Black with #580DFC

Text Example


Text Example

White with #580DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,13,252); }

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

background-color css

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

 a { background-color: rgb(88,13,252); }

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

border-color css

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

 span { border-color: rgb(88,13,252); }

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