Html Css Color HEX #550FEC Han Purple

📋 copy color: '#550FEC'

red 85 ◦ green 15 ◦ blue 236

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

Shades of Han Purple #550FEC

Tints of Han Purple #550FEC

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.46%

 BLUE value IS 236 (92.58% from 255) = 70.24%

R = 25.3%
G = 4.46%
B = 70.24%

CMYK

 C value IS 0.64

 M value IS 0.94

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#550FEC (or 0x550FEC) is known color: Han Purple. HEX triplet: 55, 0F and EC. RGB value is (85,15,236). Sum of RGB (Red+Green+Blue) = 85+15+236=336 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.30% from 336); Green value is 15 (6.25% from 255 or 4.46% from 336); Blue value is 236 (92.58% from 255 or 70.24% from 336); Max value from RGB is 236 - color contains mainly: blue. Hex color #550FEC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #550FEC is #AAF013. Grayscale: #3C3C3C. Windows color (decimal): -11202580 or 15470421. OLE color: 15470421.

HSL color Cylindrical-coordinate representation of color #550FEC: hue angle of 259º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #550FEC is Cyan = 0.64, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 85 15 236 -
CMYK 0.64 0.94 0 0.07
HSL 259º 0.88% 0.49% -
HSV(B) 259º 0.94% 0.93% -
XYZ 19.06 8.33 79.96 -
YUV 61.12 226.69 145.03 -
System Red Green Blue C M Y K H S L
Decimal 85 15 236 0.64 0.94 0 0.07 259 0.88 0.49
Hex 55 F EC 40 5E 0 7 103 58 31
Octal 125 17 354 100 136 0 7 403 130 61
Binary 1010101 1111 11101100 1000000 1011110 0 111 100000011 1011000 110001

Color Harmonies of #550FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550FEC

Black with #550FEC

Text Example


Text Example

White with #550FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,15,236); }

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

background-color css

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

 a { background-color: rgb(85,15,236); }

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

border-color css

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

 span { border-color: rgb(85,15,236); }

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