Html Css Color HEX #550BEA Han Purple

📋 copy color: '#550BEA'

red 85 ◦ green 11 ◦ blue 234

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

Shades of Han Purple #550BEA

Tints of Han Purple #550BEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 70.91%

R = 25.76%
G = 3.33%
B = 70.91%

CMYK

 C value IS 0.64

 M value IS 0.95

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#550BEA (or 0x550BEA) is known color: Han Purple. HEX triplet: 55, 0B and EA. RGB value is (85,11,234). Sum of RGB (Red+Green+Blue) = 85+11+234=330 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.76% from 330); Green value is 11 (4.69% from 255 or 3.33% from 330); Blue value is 234 (91.80% from 255 or 70.91% from 330); Max value from RGB is 234 - color contains mainly: blue. Hex color #550BEA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #550BEA is #AAF415. Grayscale: #393939. Windows color (decimal): -11203606 or 15338325. OLE color: 15338325.

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

Color convert

RGB 85 11 234 -
CMYK 0.64 0.95 0 0.08
HSL 259.91º 0.91% 0.48% -
HSV(B) 259.91º 0.95% 0.92% -
XYZ 18.72 8.11 78.42 -
YUV 58.55 227.02 146.87 -
System Red Green Blue C M Y K H S L
Decimal 85 11 234 0.64 0.95 0 0.08 259.91 0.91 0.48
Hex 55 B EA 40 5F 0 8 104 5B 30
Octal 125 13 352 100 137 0 10 404 133 60
Binary 1010101 1011 11101010 1000000 1011111 0 1000 100000100 1011011 110000

Color Harmonies of #550BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550BEA

Black with #550BEA

Text Example


Text Example

White with #550BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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