#220655

Color #220655 Violent Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violent Violet #220655

Tints of Violent Violet #220655

Color information

#220655 (or 0x220655) is unknown color: approx Violent Violet. HEX triplet: 22, 06 and 55. RGB value is (34,6,85). Sum of RGB (Red+Green+Blue) = 34+6+85=125 (16% of max value = 765). Red value is 34 (13.67% from 255 or 27.2% from 125); Green value is 6 (2.73% from 255 or 4.8% from 125); Blue value is 85 (33.59% from 255 or 68% from 125); Max value from RGB is 85 - color contains mainly: blue. Hex color #220655 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #220655 is #DDF9AA. Grayscale: #171717. Windows color (decimal): -14547371 or 5572130. OLE color: 5572130.

HSL color Cylindrical-coordinate representation of color #220655: hue angle of 261.27º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #220655 is Cyan = 0.60, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB34685-
CMYK0.600.9300.67
HSL261.27º86.81%17.84%-
HSV(B)261.27º92.94%33.33%-
XYZ2.361.138.69-
YUV23.38162.78135.58-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 27.2%
GREEN value IS 6 (2.73% from 255) = 4.8%
BLUE value IS 85 (33.59% from 255) = 68%
R=27.2%
G=4.8%
B=68%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal346850.600.9300.67261.2786.8117.84
Hex226553C5D0431055712
Octal42612574135010340512722
Binary1000101101010101111100101110101000011100000101101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #220655; }

 p { color: rgb(34,6,85); }

 H1.HeaderClassName
 {
   color: #220655;
 }
 .AnyTagClassName
 {
   color: #220655;
 }
</style>
background-color css

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

 a { background-color: rgb(34,6,85); }

 div.DivClassName
 {
   background-color: #220655;
 }
 .BgClassName
 {
   background-color: #220655;
 }
</style>
border-color css

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

 span { border-color: rgb(34,6,85); }

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