Html Css Color HEX #5514FD Han Purple

📋 copy color: '#5514FD'

red 85 ◦ green 20 ◦ blue 253

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

Shades of Han Purple #5514FD

Tints of Han Purple #5514FD

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.59%

 BLUE value IS 253 (99.22% from 255) = 70.67%

R = 23.74%
G = 5.59%
B = 70.67%

CMYK

 C value IS 0.66

 M value IS 0.92

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5514FD (or 0x5514FD) is known color: Han Purple. HEX triplet: 55, 14 and FD. RGB value is (85,20,253). Sum of RGB (Red+Green+Blue) = 85+20+253=358 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.74% from 358); Green value is 20 (8.20% from 255 or 5.59% from 358); Blue value is 253 (99.22% from 255 or 70.67% from 358); Max value from RGB is 253 - color contains mainly: blue. Hex color #5514FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5514FD is #AAEB02. Grayscale: #414141. Windows color (decimal): -11201283 or 16585813. OLE color: 16585813.

HSL color Cylindrical-coordinate representation of color #5514FD: hue angle of 256.74º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5514FD is Cyan = 0.66, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 85 20 253 -
CMYK 0.66 0.92 0 0.01
HSL 256.74º 0.98% 0.54% -
HSV(B) 256.74º 0.92% 0.99% -
XYZ 21.73 9.52 93.62 -
YUV 66 233.53 141.55 -
System Red Green Blue C M Y K H S L
Decimal 85 20 253 0.66 0.92 0 0.01 256.74 0.98 0.54
Hex 55 14 FD 42 5C 0 1 101 62 36
Octal 125 24 375 102 134 0 1 401 142 66
Binary 1010101 10100 11111101 1000010 1011100 0 1 100000001 1100010 110110

Color Harmonies of #5514FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5514FD

Black with #5514FD

Text Example


Text Example

White with #5514FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5514FD; }

 p { color: rgb(85,20,253); }

 H1.HeaderClassName
 {
   color: #5514FD;
 }
 .AnyTagClassName
 {
   color: #5514FD;
 }
</style>

background-color css

<style>
 a { background-color: #5514FD; }

 a { background-color: rgb(85,20,253); }

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

border-color css

<style>
 span { border-color: #5514FD; }

 span { border-color: rgb(85,20,253); }

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