Html Css Color HEX #580CE6 Han Purple

📋 copy color: '#580CE6'

red 88 ◦ green 12 ◦ blue 230

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

Shades of Han Purple #580CE6

Tints of Han Purple #580CE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 69.7%

R = 26.67%
G = 3.64%
B = 69.7%

CMYK

 C value IS 0.62

 M value IS 0.95

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#580CE6 (or 0x580CE6) is known color: Han Purple. HEX triplet: 58, 0C and E6. RGB value is (88,12,230). Sum of RGB (Red+Green+Blue) = 88+12+230=330 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.67% from 330); Green value is 12 (5.08% from 255 or 3.64% from 330); Blue value is 230 (90.23% from 255 or 69.70% from 330); Max value from RGB is 230 - color contains mainly: blue. Hex color #580CE6 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #580CE6 is #A7F319. Grayscale: #3A3A3A. Windows color (decimal): -11006746 or 15076440. OLE color: 15076440.

HSL color Cylindrical-coordinate representation of color #580CE6: hue angle of 260.92º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #580CE6 is Cyan = 0.62, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 88 12 230 -
CMYK 0.62 0.95 0 0.10
HSL 260.92º 0.9% 0.47% -
HSV(B) 260.92º 0.95% 0.9% -
XYZ 18.44 8.05 75.45 -
YUV 59.58 224.18 148.27 -
System Red Green Blue C M Y K H S L
Decimal 88 12 230 0.62 0.95 0 0.10 260.92 0.9 0.47
Hex 58 C E6 3E 5F 0 A 105 5A 2F
Octal 130 14 346 76 137 0 12 405 132 57
Binary 1011000 1100 11100110 111110 1011111 0 1010 100000101 1011010 101111

Color Harmonies of #580CE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580CE6

Black with #580CE6

Text Example


Text Example

White with #580CE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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