#200F53

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

Shades of Violent Violet #200F53

Tints of Violent Violet #200F53

Color information

#200F53 (or 0x200F53) is unknown color: approx Violent Violet. HEX triplet: 20, 0F and 53. RGB value is (32,15,83). Sum of RGB (Red+Green+Blue) = 32+15+83=130 (17% of max value = 765). Red value is 32 (12.89% from 255 or 24.62% from 130); Green value is 15 (6.25% from 255 or 11.54% from 130); Blue value is 83 (32.81% from 255 or 63.85% from 130); Max value from RGB is 83 - color contains mainly: blue. Hex color #200F53 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #200F53 is #DFF0AC. Grayscale: #1B1B1B. Windows color (decimal): -14676141 or 5443360. OLE color: 5443360.

HSL color Cylindrical-coordinate representation of color #200F53: hue angle of 255º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #200F53 is Cyan = 0.61, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB321583-
CMYK0.610.8200.67
HSL255º69.39%19.22%-
HSV(B)255º81.93%32.55%-
XYZ2.331.278.31-
YUV27.83159.13130.97-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 24.62%
GREEN value IS 15 (6.25% from 255) = 11.54%
BLUE value IS 83 (32.81% from 255) = 63.85%
R=24.62%
G=11.54%
B=63.85%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3215830.610.8200.6725569.3919.22
Hex20F533D52043ff4513
Octal401712375122010337710523
Binary1000001111101001111110110100100100001111111111100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200F53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #200F53; }

 p { color: rgb(32,15,83); }

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

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

 a { background-color: rgb(32,15,83); }

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

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

 span { border-color: rgb(32,15,83); }

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