Html Css Color HEX #550BE3 Han Purple

📋 copy color: '#550BE3'

red 85 ◦ green 11 ◦ blue 227

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

Shades of Han Purple #550BE3

Tints of Han Purple #550BE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 70.28%

R = 26.32%
G = 3.41%
B = 70.28%

CMYK

 C value IS 0.63

 M value IS 0.95

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#550BE3 (or 0x550BE3) is known color: Han Purple. HEX triplet: 55, 0B and E3. RGB value is (85,11,227). Sum of RGB (Red+Green+Blue) = 85+11+227=323 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.32% from 323); Green value is 11 (4.69% from 255 or 3.41% from 323); Blue value is 227 (89.06% from 255 or 70.28% from 323); Max value from RGB is 227 - color contains mainly: blue. Hex color #550BE3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #550BE3 is #AAF41C. Grayscale: #383838. Windows color (decimal): -11203613 or 14879573. OLE color: 14879573.

HSL color Cylindrical-coordinate representation of color #550BE3: hue angle of 260.56º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #550BE3 is Cyan = 0.63, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 85 11 227 -
CMYK 0.63 0.95 0 0.11
HSL 260.56º 0.91% 0.47% -
HSV(B) 260.56º 0.95% 0.89% -
XYZ 17.73 7.72 73.23 -
YUV 57.75 223.52 147.44 -
System Red Green Blue C M Y K H S L
Decimal 85 11 227 0.63 0.95 0 0.11 260.56 0.91 0.47
Hex 55 B E3 3F 5F 0 B 105 5B 2F
Octal 125 13 343 77 137 0 13 405 133 57
Binary 1010101 1011 11100011 111111 1011111 0 1011 100000101 1011011 101111

Color Harmonies of #550BE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550BE3

Black with #550BE3

Text Example


Text Example

White with #550BE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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