Html Css Color HEX #580FFA Han Purple

📋 copy color: '#580FFA'

red 88 ◦ green 15 ◦ blue 250

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

Shades of Han Purple #580FFA

Tints of Han Purple #580FFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 70.82%

R = 24.93%
G = 4.25%
B = 70.82%

CMYK

 C value IS 0.65

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#580FFA (or 0x580FFA) is known color: Han Purple. HEX triplet: 58, 0F and FA. RGB value is (88,15,250). Sum of RGB (Red+Green+Blue) = 88+15+250=353 (46% of max value = 765). Red value is 88 (34.77% from 255 or 24.93% from 353); Green value is 15 (6.25% from 255 or 4.25% from 353); Blue value is 250 (98.05% from 255 or 70.82% from 353); Max value from RGB is 250 - color contains mainly: blue. Hex color #580FFA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #580FFA is #A7F005. Grayscale: #3E3E3E. Windows color (decimal): -11005958 or 16387928. OLE color: 16387928.

HSL color Cylindrical-coordinate representation of color #580FFA: hue angle of 258.64º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #580FFA is Cyan = 0.65, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 88 15 250 -
CMYK 0.65 0.94 0 0.02
HSL 258.64º 0.96% 0.52% -
HSV(B) 258.64º 0.94% 0.98% -
XYZ 21.45 9.32 91.11 -
YUV 63.62 233.18 145.39 -
System Red Green Blue C M Y K H S L
Decimal 88 15 250 0.65 0.94 0 0.02 258.64 0.96 0.52
Hex 58 F FA 41 5E 0 2 103 60 34
Octal 130 17 372 101 136 0 2 403 140 64
Binary 1011000 1111 11111010 1000001 1011110 0 10 100000011 1100000 110100

Color Harmonies of #580FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580FFA

Black with #580FFA

Text Example


Text Example

White with #580FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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