Html Css Color HEX #581CE7 Han Purple

📋 copy color: '#581CE7'

red 88 ◦ green 28 ◦ blue 231

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

Shades of Han Purple #581CE7

Tints of Han Purple #581CE7

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.07%

 BLUE value IS 231 (90.63% from 255) = 66.57%

R = 25.36%
G = 8.07%
B = 66.57%

CMYK

 C value IS 0.62

 M value IS 0.88

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#581CE7 (or 0x581CE7) is known color: Han Purple. HEX triplet: 58, 1C and E7. RGB value is (88,28,231). Sum of RGB (Red+Green+Blue) = 88+28+231=347 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.36% from 347); Green value is 28 (11.33% from 255 or 8.07% from 347); Blue value is 231 (90.62% from 255 or 66.57% from 347); Max value from RGB is 231 - color contains mainly: blue. Hex color #581CE7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #581CE7 is #A7E318. Grayscale: #444444. Windows color (decimal): -11002649 or 15146072. OLE color: 15146072.

HSL color Cylindrical-coordinate representation of color #581CE7: hue angle of 257.73º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #581CE7 is Cyan = 0.62, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 88 28 231 -
CMYK 0.62 0.88 0 0.09
HSL 257.73º 0.81% 0.51% -
HSV(B) 257.73º 0.88% 0.91% -
XYZ 18.86 8.67 76.28 -
YUV 69.08 219.38 141.49 -
System Red Green Blue C M Y K H S L
Decimal 88 28 231 0.62 0.88 0 0.09 257.73 0.81 0.51
Hex 58 1C E7 3E 58 0 9 102 51 33
Octal 130 34 347 76 130 0 11 402 121 63
Binary 1011000 11100 11100111 111110 1011000 0 1001 100000010 1010001 110011

Color Harmonies of #581CE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581CE7

Black with #581CE7

Text Example


Text Example

White with #581CE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581CE7; }

 p { color: rgb(88,28,231); }

 H1.HeaderClassName
 {
   color: #581CE7;
 }
 .AnyTagClassName
 {
   color: #581CE7;
 }
</style>

background-color css

<style>
 a { background-color: #581CE7; }

 a { background-color: rgb(88,28,231); }

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

border-color css

<style>
 span { border-color: #581CE7; }

 span { border-color: rgb(88,28,231); }

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