Html Css Color HEX #550EFE Han Purple

📋 copy color: '#550EFE'

red 85 ◦ green 14 ◦ blue 254

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

Shades of Han Purple #550EFE

Tints of Han Purple #550EFE

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.97%

 BLUE value IS 254 (99.61% from 255) = 71.95%

R = 24.08%
G = 3.97%
B = 71.95%

CMYK

 C value IS 0.67

 M value IS 0.94

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#550EFE (or 0x550EFE) is known color: Han Purple. HEX triplet: 55, 0E and FE. RGB value is (85,14,254). Sum of RGB (Red+Green+Blue) = 85+14+254=353 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.08% from 353); Green value is 14 (5.86% from 255 or 3.97% from 353); Blue value is 254 (99.61% from 255 or 71.95% from 353); Max value from RGB is 254 - color contains mainly: blue. Hex color #550EFE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #550EFE is #AAF101. Grayscale: #3D3D3D. Windows color (decimal): -11202818 or 16649813. OLE color: 16649813.

HSL color Cylindrical-coordinate representation of color #550EFE: hue angle of 257.75º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #550EFE is Cyan = 0.67, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 85 14 254 -
CMYK 0.67 0.94 0 0.00
HSL 257.75º 0.99% 0.53% -
HSV(B) 257.75º 0.94% 1% -
XYZ 21.79 9.4 94.43 -
YUV 62.59 236.02 143.99 -
System Red Green Blue C M Y K H S L
Decimal 85 14 254 0.67 0.94 0 0.00 257.75 0.99 0.53
Hex 55 E FE 43 5E 0 0 102 63 35
Octal 125 16 376 103 136 0 0 402 143 65
Binary 1010101 1110 11111110 1000011 1011110 0 0 100000010 1100011 110101

Color Harmonies of #550EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550EFE

Black with #550EFE

Text Example


Text Example

White with #550EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550EFE; }

 p { color: rgb(85,14,254); }

 H1.HeaderClassName
 {
   color: #550EFE;
 }
 .AnyTagClassName
 {
   color: #550EFE;
 }
</style>

background-color css

<style>
 a { background-color: #550EFE; }

 a { background-color: rgb(85,14,254); }

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

border-color css

<style>
 span { border-color: #550EFE; }

 span { border-color: rgb(85,14,254); }

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