Html Css Color HEX #580EF2 Han Purple

📋 copy color: '#580EF2'

red 88 ◦ green 14 ◦ blue 242

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

Shades of Han Purple #580EF2

Tints of Han Purple #580EF2

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.07%

 BLUE value IS 242 (94.92% from 255) = 70.35%

R = 25.58%
G = 4.07%
B = 70.35%

CMYK

 C value IS 0.64

 M value IS 0.94

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#580EF2 (or 0x580EF2) is known color: Han Purple. HEX triplet: 58, 0E and F2. RGB value is (88,14,242). Sum of RGB (Red+Green+Blue) = 88+14+242=344 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.58% from 344); Green value is 14 (5.86% from 255 or 4.07% from 344); Blue value is 242 (94.92% from 255 or 70.35% from 344); Max value from RGB is 242 - color contains mainly: blue. Hex color #580EF2 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #580EF2 is #A7F10D. Grayscale: #3D3D3D. Windows color (decimal): -11006222 or 15863384. OLE color: 15863384.

HSL color Cylindrical-coordinate representation of color #580EF2: hue angle of 259.47º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #580EF2 is Cyan = 0.64, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 88 14 242 -
CMYK 0.64 0.94 0 0.05
HSL 259.47º 0.9% 0.5% -
HSV(B) 259.47º 0.94% 0.95% -
XYZ 20.21 8.8 84.64 -
YUV 62.12 229.52 146.46 -
System Red Green Blue C M Y K H S L
Decimal 88 14 242 0.64 0.94 0 0.05 259.47 0.9 0.5
Hex 58 E F2 40 5E 0 5 103 5A 32
Octal 130 16 362 100 136 0 5 403 132 62
Binary 1011000 1110 11110010 1000000 1011110 0 101 100000011 1011010 110010

Color Harmonies of #580EF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580EF2

Black with #580EF2

Text Example


Text Example

White with #580EF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,14,242); }

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

background-color css

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

 a { background-color: rgb(88,14,242); }

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

border-color css

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

 span { border-color: rgb(88,14,242); }

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