Html Css Color HEX #550CDC Han Purple

📋 copy color: '#550CDC'

red 85 ◦ green 12 ◦ blue 220

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

Shades of Han Purple #550CDC

Tints of Han Purple #550CDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 69.4%

R = 26.81%
G = 3.79%
B = 69.4%

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

#550CDC (or 0x550CDC) is known color: Han Purple. HEX triplet: 55, 0C and DC. RGB value is (85,12,220). Sum of RGB (Red+Green+Blue) = 85+12+220=317 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.81% from 317); Green value is 12 (5.08% from 255 or 3.79% from 317); Blue value is 220 (86.33% from 255 or 69.40% from 317); Max value from RGB is 220 - color contains mainly: blue. Hex color #550CDC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #550CDC is #AAF323. Grayscale: #383838. Windows color (decimal): -11203364 or 14421077. OLE color: 14421077.

HSL color Cylindrical-coordinate representation of color #550CDC: hue angle of 261.06º 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 #550CDC is Cyan = 0.61, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 85 12 220 -
CMYK 0.61 0.95 0 0.14
HSL 261.06º 0.9% 0.45% -
HSV(B) 261.06º 0.95% 0.86% -
XYZ 16.8 7.36 68.25 -
YUV 57.54 219.68 147.59 -
System Red Green Blue C M Y K H S L
Decimal 85 12 220 0.61 0.95 0 0.14 261.06 0.9 0.45
Hex 55 C DC 3D 5F 0 E 105 5A 2D
Octal 125 14 334 75 137 0 16 405 132 55
Binary 1010101 1100 11011100 111101 1011111 0 1110 100000101 1011010 101101

Color Harmonies of #550CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550CDC

Black with #550CDC

Text Example


Text Example

White with #550CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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