Html Css Color HEX #550BEF Han Purple

📋 copy color: '#550BEF'

red 85 ◦ green 11 ◦ blue 239

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

Shades of Han Purple #550BEF

Tints of Han Purple #550BEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 71.34%

R = 25.37%
G = 3.28%
B = 71.34%

CMYK

 C value IS 0.64

 M value IS 0.95

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#550BEF (or 0x550BEF) is known color: Han Purple. HEX triplet: 55, 0B and EF. RGB value is (85,11,239). Sum of RGB (Red+Green+Blue) = 85+11+239=335 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.37% from 335); Green value is 11 (4.69% from 255 or 3.28% from 335); Blue value is 239 (93.75% from 255 or 71.34% from 335); Max value from RGB is 239 - color contains mainly: blue. Hex color #550BEF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #550BEF is #AAF410. Grayscale: #3A3A3A. Windows color (decimal): -11203601 or 15666005. OLE color: 15666005.

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

Color convert

RGB 85 11 239 -
CMYK 0.64 0.95 0 0.06
HSL 259.47º 0.91% 0.49% -
HSV(B) 259.47º 0.95% 0.94% -
XYZ 19.45 8.4 82.26 -
YUV 59.12 229.52 146.46 -
System Red Green Blue C M Y K H S L
Decimal 85 11 239 0.64 0.95 0 0.06 259.47 0.91 0.49
Hex 55 B EF 40 5F 0 6 103 5B 31
Octal 125 13 357 100 137 0 6 403 133 61
Binary 1010101 1011 11101111 1000000 1011111 0 110 100000011 1011011 110001

Color Harmonies of #550BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550BEF

Black with #550BEF

Text Example


Text Example

White with #550BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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