Html Css Color HEX #550BF7 Han Purple

📋 copy color: '#550BF7'

red 85 ◦ green 11 ◦ blue 247

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

Shades of Han Purple #550BF7

Tints of Han Purple #550BF7

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.21%

 BLUE value IS 247 (96.88% from 255) = 72.01%

R = 24.78%
G = 3.21%
B = 72.01%

CMYK

 C value IS 0.66

 M value IS 0.96

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#550BF7 (or 0x550BF7) is known color: Han Purple. HEX triplet: 55, 0B and F7. RGB value is (85,11,247). Sum of RGB (Red+Green+Blue) = 85+11+247=343 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.78% from 343); Green value is 11 (4.69% from 255 or 3.21% from 343); Blue value is 247 (96.88% from 255 or 72.01% from 343); Max value from RGB is 247 - color contains mainly: blue. Hex color #550BF7 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #550BF7 is #AAF408. Grayscale: #3B3B3B. Windows color (decimal): -11203593 or 16190293. OLE color: 16190293.

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

Color convert

RGB 85 11 247 -
CMYK 0.66 0.96 0 0.03
HSL 258.81º 0.94% 0.51% -
HSV(B) 258.81º 0.96% 0.97% -
XYZ 20.65 8.89 88.62 -
YUV 60.03 233.52 145.81 -
System Red Green Blue C M Y K H S L
Decimal 85 11 247 0.66 0.96 0 0.03 258.81 0.94 0.51
Hex 55 B F7 42 60 0 3 103 5E 33
Octal 125 13 367 102 140 0 3 403 136 63
Binary 1010101 1011 11110111 1000010 1100000 0 11 100000011 1011110 110011

Color Harmonies of #550BF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550BF7

Black with #550BF7

Text Example


Text Example

White with #550BF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,11,247); }

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

background-color css

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

 a { background-color: rgb(85,11,247); }

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

border-color css

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

 span { border-color: rgb(85,11,247); }

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