#1C0653

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

Shades of Violent Violet #1C0653

Tints of Violent Violet #1C0653

Color information

#1C0653 (or 0x1C0653) is unknown color: approx Violent Violet. HEX triplet: 1C, 06 and 53. RGB value is (28,6,83). Sum of RGB (Red+Green+Blue) = 28+6+83=117 (15% of max value = 765). Red value is 28 (11.33% from 255 or 23.93% from 117); Green value is 6 (2.73% from 255 or 5.13% from 117); Blue value is 83 (32.81% from 255 or 70.94% from 117); Max value from RGB is 83 - color contains mainly: blue. Hex color #1C0653 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C0653 is #E3F9AC. Grayscale: #151515. Windows color (decimal): -14940589 or 5441052. OLE color: 5441052.

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

Color convert

RGB28683-
CMYK0.660.9300.67
HSL257.14º86.52%17.45%-
HSV(B)257.14º92.77%32.55%-
XYZ2.1118.27-
YUV21.36162.79132.74-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 23.93%
GREEN value IS 6 (2.73% from 255) = 5.13%
BLUE value IS 83 (32.81% from 255) = 70.94%
R=23.93%
G=5.13%
B=70.94%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal286830.660.9300.67257.1486.5217.45
Hex1C653425D0431015711
Octal346123102135010340112721
Binary1110011010100111000010101110101000011100000001101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C0653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1C0653; }

 p { color: rgb(28,6,83); }

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

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

 a { background-color: rgb(28,6,83); }

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

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

 span { border-color: rgb(28,6,83); }

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