Html Css Color HEX #580EFC Han Purple

📋 copy color: '#580EFC'

red 88 ◦ green 14 ◦ blue 252

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

Shades of Han Purple #580EFC

Tints of Han Purple #580EFC

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.95%

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

R = 24.86%
G = 3.95%
B = 71.19%

CMYK

 C value IS 0.65

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#580EFC (or 0x580EFC) is known color: Han Purple. HEX triplet: 58, 0E and FC. RGB value is (88,14,252). Sum of RGB (Red+Green+Blue) = 88+14+252=354 (46% of max value = 765). Red value is 88 (34.77% from 255 or 24.86% from 354); Green value is 14 (5.86% from 255 or 3.95% from 354); Blue value is 252 (98.83% from 255 or 71.19% from 354); Max value from RGB is 252 - color contains mainly: blue. Hex color #580EFC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #580EFC is #A7F103. Grayscale: #3E3E3E. Windows color (decimal): -11006212 or 16518744. OLE color: 16518744.

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

Color convert

RGB 88 14 252 -
CMYK 0.65 0.94 0 0.01
HSL 258.66º 0.98% 0.52% -
HSV(B) 258.66º 0.94% 0.99% -
XYZ 21.75 9.42 92.77 -
YUV 63.26 234.52 145.65 -
System Red Green Blue C M Y K H S L
Decimal 88 14 252 0.65 0.94 0 0.01 258.66 0.98 0.52
Hex 58 E FC 41 5E 0 1 103 62 34
Octal 130 16 374 101 136 0 1 403 142 64
Binary 1011000 1110 11111100 1000001 1011110 0 1 100000011 1100010 110100

Color Harmonies of #580EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580EFC

Black with #580EFC

Text Example


Text Example

White with #580EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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