Html Css Color HEX #550BE9 Han Purple

📋 copy color: '#550BE9'

red 85 ◦ green 11 ◦ blue 233

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

Shades of Han Purple #550BE9

Tints of Han Purple #550BE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 70.82%

R = 25.84%
G = 3.34%
B = 70.82%

CMYK

 C value IS 0.64

 M value IS 0.95

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#550BE9 (or 0x550BE9) is known color: Han Purple. HEX triplet: 55, 0B and E9. RGB value is (85,11,233). Sum of RGB (Red+Green+Blue) = 85+11+233=329 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.84% from 329); Green value is 11 (4.69% from 255 or 3.34% from 329); Blue value is 233 (91.41% from 255 or 70.82% from 329); Max value from RGB is 233 - color contains mainly: blue. Hex color #550BE9 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #550BE9 is #AAF416. Grayscale: #393939. Windows color (decimal): -11203607 or 15272789. OLE color: 15272789.

HSL color Cylindrical-coordinate representation of color #550BE9: hue angle of 260º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #550BE9 is Cyan = 0.64, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 85 11 233 -
CMYK 0.64 0.95 0 0.09
HSL 260º 0.91% 0.48% -
HSV(B) 260º 0.95% 0.91% -
XYZ 18.57 8.05 77.67 -
YUV 58.43 226.52 146.95 -
System Red Green Blue C M Y K H S L
Decimal 85 11 233 0.64 0.95 0 0.09 260 0.91 0.48
Hex 55 B E9 40 5F 0 9 104 5B 30
Octal 125 13 351 100 137 0 11 404 133 60
Binary 1010101 1011 11101001 1000000 1011111 0 1001 100000100 1011011 110000

Color Harmonies of #550BE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550BE9

Black with #550BE9

Text Example


Text Example

White with #550BE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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