Html Css Color HEX #550FFB Han Purple

📋 copy color: '#550FFB'

red 85 ◦ green 15 ◦ blue 251

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

Shades of Han Purple #550FFB

Tints of Han Purple #550FFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 71.51%

R = 24.22%
G = 4.27%
B = 71.51%

CMYK

 C value IS 0.66

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#550FFB (or 0x550FFB) is known color: Han Purple. HEX triplet: 55, 0F and FB. RGB value is (85,15,251). Sum of RGB (Red+Green+Blue) = 85+15+251=351 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.22% from 351); Green value is 15 (6.25% from 255 or 4.27% from 351); Blue value is 251 (98.44% from 255 or 71.51% from 351); Max value from RGB is 251 - color contains mainly: blue. Hex color #550FFB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #550FFB is #AAF004. Grayscale: #3D3D3D. Windows color (decimal): -11202565 or 16453461. OLE color: 16453461.

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

Color convert

RGB 85 15 251 -
CMYK 0.66 0.94 0 0.02
HSL 257.8º 0.97% 0.52% -
HSV(B) 257.8º 0.94% 0.98% -
XYZ 21.33 9.24 91.93 -
YUV 62.83 234.19 143.81 -
System Red Green Blue C M Y K H S L
Decimal 85 15 251 0.66 0.94 0 0.02 257.8 0.97 0.52
Hex 55 F FB 42 5E 0 2 102 61 34
Octal 125 17 373 102 136 0 2 402 141 64
Binary 1010101 1111 11111011 1000010 1011110 0 10 100000010 1100001 110100

Color Harmonies of #550FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550FFB

Black with #550FFB

Text Example


Text Example

White with #550FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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