Html Css Color HEX #550BE7 Han Purple

📋 copy color: '#550BE7'

red 85 ◦ green 11 ◦ blue 231

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

Shades of Han Purple #550BE7

Tints of Han Purple #550BE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 70.64%

R = 25.99%
G = 3.36%
B = 70.64%

CMYK

 C value IS 0.63

 M value IS 0.95

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#550BE7 (or 0x550BE7) is known color: Han Purple. HEX triplet: 55, 0B and E7. RGB value is (85,11,231). Sum of RGB (Red+Green+Blue) = 85+11+231=327 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.99% from 327); Green value is 11 (4.69% from 255 or 3.36% from 327); Blue value is 231 (90.62% from 255 or 70.64% from 327); Max value from RGB is 231 - color contains mainly: blue. Hex color #550BE7 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #550BE7 is #AAF418. Grayscale: #393939. Windows color (decimal): -11203609 or 15141717. OLE color: 15141717.

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

Color convert

RGB 85 11 231 -
CMYK 0.63 0.95 0 0.09
HSL 260.18º 0.91% 0.47% -
HSV(B) 260.18º 0.95% 0.91% -
XYZ 18.29 7.94 76.17 -
YUV 58.21 225.52 147.11 -
System Red Green Blue C M Y K H S L
Decimal 85 11 231 0.63 0.95 0 0.09 260.18 0.91 0.47
Hex 55 B E7 3F 5F 0 9 104 5B 2F
Octal 125 13 347 77 137 0 11 404 133 57
Binary 1010101 1011 11100111 111111 1011111 0 1001 100000100 1011011 101111

Color Harmonies of #550BE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550BE7

Black with #550BE7

Text Example


Text Example

White with #550BE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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