#210659

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

Shades of Violent Violet #210659

Tints of Violent Violet #210659

Color information

#210659 (or 0x210659) is unknown color: approx Violent Violet. HEX triplet: 21, 06 and 59. RGB value is (33,6,89). Sum of RGB (Red+Green+Blue) = 33+6+89=128 (16% of max value = 765). Red value is 33 (13.28% from 255 or 25.78% from 128); Green value is 6 (2.73% from 255 or 4.69% from 128); Blue value is 89 (35.16% from 255 or 69.53% from 128); Max value from RGB is 89 - color contains mainly: blue. Hex color #210659 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #210659 is #DEF9A6. Grayscale: #171717. Windows color (decimal): -14612903 or 5834273. OLE color: 5834273.

HSL color Cylindrical-coordinate representation of color #210659: hue angle of 259.52º degrees, saturation: 0.87, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #210659 is Cyan = 0.63, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB33689-
CMYK0.630.9300.65
HSL259.52º87.37%18.63%-
HSV(B)259.52º93.26%34.9%-
XYZ2.51.179.55-
YUV23.54164.95134.75-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 25.78%
GREEN value IS 6 (2.73% from 255) = 4.69%
BLUE value IS 89 (35.16% from 255) = 69.53%
R=25.78%
G=4.69%
B=69.53%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal336890.630.9300.65259.5287.3718.63
Hex216593F5D0411045713
Octal41613177135010140412723
Binary1000011101011001111111101110101000001100000100101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #210659; }

 p { color: rgb(33,6,89); }

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

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

 a { background-color: rgb(33,6,89); }

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

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

 span { border-color: rgb(33,6,89); }

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