Html Css Color HEX #5519FC Han Purple

📋 copy color: '#5519FC'

red 85 ◦ green 25 ◦ blue 252

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

Shades of Han Purple #5519FC

Tints of Han Purple #5519FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 69.61%

R = 23.48%
G = 6.91%
B = 69.61%

CMYK

 C value IS 0.66

 M value IS 0.90

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5519FC (or 0x5519FC) is known color: Han Purple. HEX triplet: 55, 19 and FC. RGB value is (85,25,252). Sum of RGB (Red+Green+Blue) = 85+25+252=362 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.48% from 362); Green value is 25 (10.16% from 255 or 6.91% from 362); Blue value is 252 (98.83% from 255 or 69.61% from 362); Max value from RGB is 252 - color contains mainly: blue. Hex color #5519FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5519FC is #AAE603. Grayscale: #434343. Windows color (decimal): -11200004 or 16521557. OLE color: 16521557.

HSL color Cylindrical-coordinate representation of color #5519FC: hue angle of 255.86º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5519FC is Cyan = 0.66, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 85 25 252 -
CMYK 0.66 0.90 0 0.01
HSL 255.86º 0.97% 0.54% -
HSV(B) 255.86º 0.9% 0.99% -
XYZ 21.66 9.65 92.82 -
YUV 68.82 231.38 139.54 -
System Red Green Blue C M Y K H S L
Decimal 85 25 252 0.66 0.90 0 0.01 255.86 0.97 0.54
Hex 55 19 FC 42 5A 0 1 100 61 36
Octal 125 31 374 102 132 0 1 400 141 66
Binary 1010101 11001 11111100 1000010 1011010 0 1 100000000 1100001 110110

Color Harmonies of #5519FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5519FC

Black with #5519FC

Text Example


Text Example

White with #5519FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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