Html Css Color HEX #580BED Han Purple

📋 copy color: '#580BED'

red 88 ◦ green 11 ◦ blue 237

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

Shades of Han Purple #580BED

Tints of Han Purple #580BED

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.27%

 BLUE value IS 237 (92.97% from 255) = 70.54%

R = 26.19%
G = 3.27%
B = 70.54%

CMYK

 C value IS 0.63

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#580BED (or 0x580BED) is known color: Han Purple. HEX triplet: 58, 0B and ED. RGB value is (88,11,237). Sum of RGB (Red+Green+Blue) = 88+11+237=336 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.19% from 336); Green value is 11 (4.69% from 255 or 3.27% from 336); Blue value is 237 (92.97% from 255 or 70.54% from 336); Max value from RGB is 237 - color contains mainly: blue. Hex color #580BED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #580BED is #A7F412. Grayscale: #3A3A3A. Windows color (decimal): -11006995 or 15534936. OLE color: 15534936.

HSL color Cylindrical-coordinate representation of color #580BED: hue angle of 260.44º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #580BED is Cyan = 0.63, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 88 11 237 -
CMYK 0.63 0.95 0 0.07
HSL 260.44º 0.91% 0.49% -
HSV(B) 260.44º 0.95% 0.93% -
XYZ 19.43 8.43 80.72 -
YUV 59.79 228.01 148.12 -
System Red Green Blue C M Y K H S L
Decimal 88 11 237 0.63 0.95 0 0.07 260.44 0.91 0.49
Hex 58 B ED 3F 5F 0 7 104 5B 31
Octal 130 13 355 77 137 0 7 404 133 61
Binary 1011000 1011 11101101 111111 1011111 0 111 100000100 1011011 110001

Color Harmonies of #580BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580BED

Black with #580BED

Text Example


Text Example

White with #580BED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,11,237); }

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

background-color css

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

 a { background-color: rgb(88,11,237); }

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

border-color css

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

 span { border-color: rgb(88,11,237); }

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