Html Css Color HEX #580CEB Han Purple

📋 copy color: '#580CEB'

red 88 ◦ green 12 ◦ blue 235

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

Shades of Han Purple #580CEB

Tints of Han Purple #580CEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 70.15%

R = 26.27%
G = 3.58%
B = 70.15%

CMYK

 C value IS 0.63

 M value IS 0.95

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#580CEB (or 0x580CEB) is known color: Han Purple. HEX triplet: 58, 0C and EB. RGB value is (88,12,235). Sum of RGB (Red+Green+Blue) = 88+12+235=335 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.27% from 335); Green value is 12 (5.08% from 255 or 3.58% from 335); Blue value is 235 (92.19% from 255 or 70.15% from 335); Max value from RGB is 235 - color contains mainly: blue. Hex color #580CEB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #580CEB is #A7F314. Grayscale: #3B3B3B. Windows color (decimal): -11006741 or 15404120. OLE color: 15404120.

HSL color Cylindrical-coordinate representation of color #580CEB: hue angle of 260.45º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #580CEB is Cyan = 0.63, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 88 12 235 -
CMYK 0.63 0.95 0 0.08
HSL 260.45º 0.9% 0.48% -
HSV(B) 260.45º 0.95% 0.92% -
XYZ 19.15 8.34 79.2 -
YUV 60.15 226.68 147.87 -
System Red Green Blue C M Y K H S L
Decimal 88 12 235 0.63 0.95 0 0.08 260.45 0.9 0.48
Hex 58 C EB 3F 5F 0 8 104 5A 30
Octal 130 14 353 77 137 0 10 404 132 60
Binary 1011000 1100 11101011 111111 1011111 0 1000 100000100 1011010 110000

Color Harmonies of #580CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580CEB

Black with #580CEB

Text Example


Text Example

White with #580CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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