Html Css Color HEX #5519FF Han Purple

📋 copy color: '#5519FF'

red 85 ◦ green 25 ◦ blue 255

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

Shades of Han Purple #5519FF

Tints of Han Purple #5519FF

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.85%

 BLUE value IS 255 (100% from 255) = 69.86%

R = 23.29%
G = 6.85%
B = 69.86%

CMYK

 C value IS 0.67

 M value IS 0.90

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#5519FF (or 0x5519FF) is known color: Han Purple. HEX triplet: 55, 19 and FF. RGB value is (85,25,255). Sum of RGB (Red+Green+Blue) = 85+25+255=365 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.29% from 365); Green value is 25 (10.16% from 255 or 6.85% from 365); Blue value is 255 (100% from 255 or 69.86% from 365); Max value from RGB is 255 - color contains mainly: blue. Hex color #5519FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5519FF is #AAE600. Grayscale: #444444. Windows color (decimal): -11200001 or 16718165. OLE color: 16718165.

HSL color Cylindrical-coordinate representation of color #5519FF: hue angle of 255.65º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5519FF is Cyan = 0.67, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 85 25 255 -
CMYK 0.67 0.90 0 0
HSL 255.65º 1% 0.55% -
HSV(B) 255.65º 0.9% 1% -
XYZ 22.14 9.85 95.34 -
YUV 69.16 232.88 139.3 -
System Red Green Blue C M Y K H S L
Decimal 85 25 255 0.67 0.90 0 0 255.65 1 0.55
Hex 55 19 FF 43 5A 0 0 100 64 37
Octal 125 31 377 103 132 0 0 400 144 67
Binary 1010101 11001 11111111 1000011 1011010 0 0 100000000 1100100 110111

Color Harmonies of #5519FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5519FF

Black with #5519FF

Text Example


Text Example

White with #5519FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5519FF; }

 p { color: rgb(85,25,255); }

 H1.HeaderClassName
 {
   color: #5519FF;
 }
 .AnyTagClassName
 {
   color: #5519FF;
 }
</style>

background-color css

<style>
 a { background-color: #5519FF; }

 a { background-color: rgb(85,25,255); }

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

border-color css

<style>
 span { border-color: #5519FF; }

 span { border-color: rgb(85,25,255); }

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