Html Css Color HEX #5507F1 Han Purple

📋 copy color: '#5507F1'

red 85 ◦ green 7 ◦ blue 241

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

Shades of Han Purple #5507F1

Tints of Han Purple #5507F1

RGB

 RED value IS 85 (33.59% from 255) = 25.53%

 GREEN value IS 7 (3.13% from 255) = 2.1%

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

R = 25.53%
G = 2.1%
B = 72.37%

CMYK

 C value IS 0.65

 M value IS 0.97

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#5507F1 (or 0x5507F1) is known color: Han Purple. HEX triplet: 55, 07 and F1. RGB value is (85,7,241). Sum of RGB (Red+Green+Blue) = 85+7+241=333 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.53% from 333); Green value is 7 (3.12% from 255 or 2.10% from 333); Blue value is 241 (94.53% from 255 or 72.37% from 333); Max value from RGB is 241 - color contains mainly: blue. Hex color #5507F1 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5507F1 is #AAF80E. Grayscale: #383838. Windows color (decimal): -11204623 or 15796053. OLE color: 15796053.

HSL color Cylindrical-coordinate representation of color #5507F1: hue angle of 260º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5507F1 is Cyan = 0.65, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 85 7 241 -
CMYK 0.65 0.97 0 0.05
HSL 260º 0.94% 0.49% -
HSV(B) 260º 0.97% 0.95% -
XYZ 19.7 8.43 83.81 -
YUV 57 231.84 147.97 -
System Red Green Blue C M Y K H S L
Decimal 85 7 241 0.65 0.97 0 0.05 260 0.94 0.49
Hex 55 7 F1 41 61 0 5 104 5E 31
Octal 125 7 361 101 141 0 5 404 136 61
Binary 1010101 111 11110001 1000001 1100001 0 101 100000100 1011110 110001

Color Harmonies of #5507F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5507F1

Black with #5507F1

Text Example


Text Example

White with #5507F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,7,241); }

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

background-color css

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

 a { background-color: rgb(85,7,241); }

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

border-color css

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

 span { border-color: rgb(85,7,241); }

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