Html Css Color HEX #550CDE Han Purple

📋 copy color: '#550CDE'

red 85 ◦ green 12 ◦ blue 222

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

Shades of Han Purple #550CDE

Tints of Han Purple #550CDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 69.59%

R = 26.65%
G = 3.76%
B = 69.59%

CMYK

 C value IS 0.62

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#550CDE (or 0x550CDE) is known color: Han Purple. HEX triplet: 55, 0C and DE. RGB value is (85,12,222). Sum of RGB (Red+Green+Blue) = 85+12+222=319 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.65% from 319); Green value is 12 (5.08% from 255 or 3.76% from 319); Blue value is 222 (87.11% from 255 or 69.59% from 319); Max value from RGB is 222 - color contains mainly: blue. Hex color #550CDE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #550CDE is #AAF321. Grayscale: #393939. Windows color (decimal): -11203362 or 14552149. OLE color: 14552149.

HSL color Cylindrical-coordinate representation of color #550CDE: hue angle of 260.86º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #550CDE is Cyan = 0.62, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 85 12 222 -
CMYK 0.62 0.95 0 0.13
HSL 260.86º 0.9% 0.46% -
HSV(B) 260.86º 0.95% 0.87% -
XYZ 17.06 7.47 69.65 -
YUV 57.77 220.68 147.42 -
System Red Green Blue C M Y K H S L
Decimal 85 12 222 0.62 0.95 0 0.13 260.86 0.9 0.46
Hex 55 C DE 3E 5F 0 D 105 5A 2E
Octal 125 14 336 76 137 0 15 405 132 56
Binary 1010101 1100 11011110 111110 1011111 0 1101 100000101 1011010 101110

Color Harmonies of #550CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550CDE

Black with #550CDE

Text Example


Text Example

White with #550CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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