Html Css Color HEX #550CDB Han Purple

📋 copy color: '#550CDB'

red 85 ◦ green 12 ◦ blue 219

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

Shades of Han Purple #550CDB

Tints of Han Purple #550CDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 69.3%

R = 26.9%
G = 3.8%
B = 69.3%

CMYK

 C value IS 0.61

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#550CDB (or 0x550CDB) is known color: Han Purple. HEX triplet: 55, 0C and DB. RGB value is (85,12,219). Sum of RGB (Red+Green+Blue) = 85+12+219=316 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.90% from 316); Green value is 12 (5.08% from 255 or 3.80% from 316); Blue value is 219 (85.94% from 255 or 69.30% from 316); Max value from RGB is 219 - color contains mainly: blue. Hex color #550CDB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #550CDB is #AAF324. Grayscale: #383838. Windows color (decimal): -11203365 or 14355541. OLE color: 14355541.

HSL color Cylindrical-coordinate representation of color #550CDB: hue angle of 261.16º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #550CDB is Cyan = 0.61, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 85 12 219 -
CMYK 0.61 0.95 0 0.14
HSL 261.16º 0.9% 0.45% -
HSV(B) 261.16º 0.95% 0.86% -
XYZ 16.66 7.31 67.55 -
YUV 57.43 219.18 147.67 -
System Red Green Blue C M Y K H S L
Decimal 85 12 219 0.61 0.95 0 0.14 261.16 0.9 0.45
Hex 55 C DB 3D 5F 0 E 105 5A 2D
Octal 125 14 333 75 137 0 16 405 132 55
Binary 1010101 1100 11011011 111101 1011111 0 1110 100000101 1011010 101101

Color Harmonies of #550CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550CDB

Black with #550CDB

Text Example


Text Example

White with #550CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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