Html Css Color HEX #580CED Han Purple

📋 copy color: '#580CED'

red 88 ◦ green 12 ◦ blue 237

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

Shades of Han Purple #580CED

Tints of Han Purple #580CED

RGB

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

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

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

R = 26.11%
G = 3.56%
B = 70.33%

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

#580CED (or 0x580CED) is known color: Han Purple. HEX triplet: 58, 0C and ED. RGB value is (88,12,237). Sum of RGB (Red+Green+Blue) = 88+12+237=337 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.11% from 337); Green value is 12 (5.08% from 255 or 3.56% from 337); Blue value is 237 (92.97% from 255 or 70.33% from 337); Max value from RGB is 237 - color contains mainly: blue. Hex color #580CED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #580CED is #A7F312. Grayscale: #3B3B3B. Windows color (decimal): -11006739 or 15535192. OLE color: 15535192.

HSL color Cylindrical-coordinate representation of color #580CED: hue angle of 260.27º degrees, saturation: 0.9, 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 #580CED is Cyan = 0.63, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 88 12 237 -
CMYK 0.63 0.95 0 0.07
HSL 260.27º 0.9% 0.49% -
HSV(B) 260.27º 0.95% 0.93% -
XYZ 19.44 8.45 80.73 -
YUV 60.37 227.68 147.7 -
System Red Green Blue C M Y K H S L
Decimal 88 12 237 0.63 0.95 0 0.07 260.27 0.9 0.49
Hex 58 C ED 3F 5F 0 7 104 5A 31
Octal 130 14 355 77 137 0 7 404 132 61
Binary 1011000 1100 11101101 111111 1011111 0 111 100000100 1011010 110001

Color Harmonies of #580CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580CED

Black with #580CED

Text Example


Text Example

White with #580CED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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