Html Css Color HEX #580FED Han Purple

📋 copy color: '#580FED'

red 88 ◦ green 15 ◦ blue 237

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

Shades of Han Purple #580FED

Tints of Han Purple #580FED

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.41%

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

R = 25.88%
G = 4.41%
B = 69.71%

CMYK

 C value IS 0.63

 M value IS 0.94

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#580FED (or 0x580FED) is known color: Han Purple. HEX triplet: 58, 0F and ED. RGB value is (88,15,237). Sum of RGB (Red+Green+Blue) = 88+15+237=340 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.88% from 340); Green value is 15 (6.25% from 255 or 4.41% from 340); Blue value is 237 (92.97% from 255 or 69.71% from 340); Max value from RGB is 237 - color contains mainly: blue. Hex color #580FED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #580FED is #A7F012. Grayscale: #3D3D3D. Windows color (decimal): -11005971 or 15535960. OLE color: 15535960.

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

Color convert

RGB 88 15 237 -
CMYK 0.63 0.94 0 0.07
HSL 259.73º 0.88% 0.49% -
HSV(B) 259.73º 0.94% 0.93% -
XYZ 19.48 8.53 80.74 -
YUV 62.14 226.68 146.45 -
System Red Green Blue C M Y K H S L
Decimal 88 15 237 0.63 0.94 0 0.07 259.73 0.88 0.49
Hex 58 F ED 3F 5E 0 7 104 58 31
Octal 130 17 355 77 136 0 7 404 130 61
Binary 1011000 1111 11101101 111111 1011110 0 111 100000100 1011000 110001

Color Harmonies of #580FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580FED

Black with #580FED

Text Example


Text Example

White with #580FED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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