Html Css Color HEX #550CEB Han Purple

📋 copy color: '#550CEB'

red 85 ◦ green 12 ◦ blue 235

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

Shades of Han Purple #550CEB

Tints of Han Purple #550CEB

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.61%

 BLUE value IS 235 (92.19% from 255) = 70.78%

R = 25.6%
G = 3.61%
B = 70.78%

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

#550CEB (or 0x550CEB) is known color: Han Purple. HEX triplet: 55, 0C and EB. RGB value is (85,12,235). Sum of RGB (Red+Green+Blue) = 85+12+235=332 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.60% from 332); Green value is 12 (5.08% from 255 or 3.61% from 332); Blue value is 235 (92.19% from 255 or 70.78% from 332); Max value from RGB is 235 - color contains mainly: blue. Hex color #550CEB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #550CEB is #AAF314. Grayscale: #3A3A3A. Windows color (decimal): -11203349 or 15404117. OLE color: 15404117.

HSL color Cylindrical-coordinate representation of color #550CEB: hue angle of 259.64º degrees, saturation: 0.9, 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 #550CEB is Cyan = 0.64, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 85 12 235 -
CMYK 0.64 0.95 0 0.08
HSL 259.64º 0.9% 0.48% -
HSV(B) 259.64º 0.95% 0.92% -
XYZ 18.87 8.19 79.18 -
YUV 59.25 227.18 146.37 -
System Red Green Blue C M Y K H S L
Decimal 85 12 235 0.64 0.95 0 0.08 259.64 0.9 0.48
Hex 55 C EB 40 5F 0 8 104 5A 30
Octal 125 14 353 100 137 0 10 404 132 60
Binary 1010101 1100 11101011 1000000 1011111 0 1000 100000100 1011010 110000

Color Harmonies of #550CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550CEB

Black with #550CEB

Text Example


Text Example

White with #550CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,12,235); }

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

background-color css

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

 a { background-color: rgb(85,12,235); }

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

border-color css

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

 span { border-color: rgb(85,12,235); }

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