Html Css Color HEX #5915F1 Han Purple

📋 copy color: '#5915F1'

red 89 ◦ green 21 ◦ blue 241

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

Shades of Han Purple #5915F1

Tints of Han Purple #5915F1

RGB

 RED value IS 89 (35.16% from 255) = 25.36%

 GREEN value IS 21 (8.59% from 255) = 5.98%

 BLUE value IS 241 (94.53% from 255) = 68.66%

R = 25.36%
G = 5.98%
B = 68.66%

CMYK

 C value IS 0.63

 M value IS 0.91

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#5915F1 (or 0x5915F1) is known color: Han Purple. HEX triplet: 59, 15 and F1. RGB value is (89,21,241). Sum of RGB (Red+Green+Blue) = 89+21+241=351 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.36% from 351); Green value is 21 (8.59% from 255 or 5.98% from 351); Blue value is 241 (94.53% from 255 or 68.66% from 351); Max value from RGB is 241 - color contains mainly: blue. Hex color #5915F1 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5915F1 is #A6EA0E. Grayscale: #414141. Windows color (decimal): -10938895 or 15799641. OLE color: 15799641.

HSL color Cylindrical-coordinate representation of color #5915F1: hue angle of 258.55º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5915F1 is Cyan = 0.63, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 89 21 241 -
CMYK 0.63 0.91 0 0.05
HSL 258.55º 0.89% 0.51% -
HSV(B) 258.55º 0.91% 0.95% -
XYZ 20.27 9.01 83.89 -
YUV 66.41 226.53 144.11 -
System Red Green Blue C M Y K H S L
Decimal 89 21 241 0.63 0.91 0 0.05 258.55 0.89 0.51
Hex 59 15 F1 3F 5B 0 5 103 59 33
Octal 131 25 361 77 133 0 5 403 131 63
Binary 1011001 10101 11110001 111111 1011011 0 101 100000011 1011001 110011

Color Harmonies of #5915F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5915F1

Black with #5915F1

Text Example


Text Example

White with #5915F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5915F1; }

 p { color: rgb(89,21,241); }

 H1.HeaderClassName
 {
   color: #5915F1;
 }
 .AnyTagClassName
 {
   color: #5915F1;
 }
</style>

background-color css

<style>
 a { background-color: #5915F1; }

 a { background-color: rgb(89,21,241); }

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

border-color css

<style>
 span { border-color: #5915F1; }

 span { border-color: rgb(89,21,241); }

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