Html Css Color HEX #550FFF Han Purple

📋 copy color: '#550FFF'

red 85 ◦ green 15 ◦ blue 255

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

Shades of Han Purple #550FFF

Tints of Han Purple #550FFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 71.83%

R = 23.94%
G = 4.23%
B = 71.83%

CMYK

 C value IS 0.67

 M value IS 0.94

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#550FFF (or 0x550FFF) is known color: Han Purple. HEX triplet: 55, 0F and FF. RGB value is (85,15,255). Sum of RGB (Red+Green+Blue) = 85+15+255=355 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.94% from 355); Green value is 15 (6.25% from 255 or 4.23% from 355); Blue value is 255 (100% from 255 or 71.83% from 355); Max value from RGB is 255 - color contains mainly: blue. Hex color #550FFF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #550FFF is #AAF000. Grayscale: #3E3E3E. Windows color (decimal): -11202561 or 16715605. OLE color: 16715605.

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

Color convert

RGB 85 15 255 -
CMYK 0.67 0.94 0 0
HSL 257.5º 1% 0.53% -
HSV(B) 257.5º 0.94% 1% -
XYZ 21.97 9.49 95.28 -
YUV 63.29 236.19 143.49 -
System Red Green Blue C M Y K H S L
Decimal 85 15 255 0.67 0.94 0 0 257.5 1 0.53
Hex 55 F FF 43 5E 0 0 102 64 35
Octal 125 17 377 103 136 0 0 402 144 65
Binary 1010101 1111 11111111 1000011 1011110 0 0 100000010 1100100 110101

Color Harmonies of #550FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550FFF

Black with #550FFF

Text Example


Text Example

White with #550FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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