Html Css Color HEX #550EFD Han Purple

📋 copy color: '#550EFD'

red 85 ◦ green 14 ◦ blue 253

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

Shades of Han Purple #550EFD

Tints of Han Purple #550EFD

RGB

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

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

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

R = 24.15%
G = 3.98%
B = 71.88%

CMYK

 C value IS 0.66

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#550EFD (or 0x550EFD) is known color: Han Purple. HEX triplet: 55, 0E and FD. RGB value is (85,14,253). Sum of RGB (Red+Green+Blue) = 85+14+253=352 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.15% from 352); Green value is 14 (5.86% from 255 or 3.98% from 352); Blue value is 253 (99.22% from 255 or 71.88% from 352); Max value from RGB is 253 - color contains mainly: blue. Hex color #550EFD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #550EFD is #AAF102. Grayscale: #3D3D3D. Windows color (decimal): -11202819 or 16584277. OLE color: 16584277.

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

Color convert

RGB 85 14 253 -
CMYK 0.66 0.94 0 0.01
HSL 257.82º 0.98% 0.52% -
HSV(B) 257.82º 0.94% 0.99% -
XYZ 21.63 9.34 93.59 -
YUV 62.48 235.52 144.07 -
System Red Green Blue C M Y K H S L
Decimal 85 14 253 0.66 0.94 0 0.01 257.82 0.98 0.52
Hex 55 E FD 42 5E 0 1 102 62 34
Octal 125 16 375 102 136 0 1 402 142 64
Binary 1010101 1110 11111101 1000010 1011110 0 1 100000010 1100010 110100

Color Harmonies of #550EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550EFD

Black with #550EFD

Text Example


Text Example

White with #550EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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