#1D0746

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

Shades of Violent Violet #1D0746

Tints of Violent Violet #1D0746

Color information

#1D0746 (or 0x1D0746) is unknown color: approx Violent Violet. HEX triplet: 1D, 07 and 46. RGB value is (29,7,70). Sum of RGB (Red+Green+Blue) = 29+7+70=106 (14% of max value = 765). Red value is 29 (11.72% from 255 or 27.36% from 106); Green value is 7 (3.12% from 255 or 6.60% from 106); Blue value is 70 (27.73% from 255 or 66.04% from 106); Max value from RGB is 70 - color contains mainly: blue. Hex color #1D0746 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D0746 is #E2F8B9. Grayscale: #141414. Windows color (decimal): -14874810 or 4589341. OLE color: 4589341.

HSL color Cylindrical-coordinate representation of color #1D0746: hue angle of 260.95º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1D0746 is Cyan = 0.59, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB29770-
CMYK0.590.9000.73
HSL260.95º81.82%15.1%-
HSV(B)260.95º90%27.45%-
XYZ1.690.865.87-
YUV20.76155.79133.88-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 27.36%
GREEN value IS 7 (3.12% from 255) = 6.60%
BLUE value IS 70 (27.73% from 255) = 66.04%
R=27.36%
G=6.60%
B=66.04%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal297700.590.9000.73260.9581.8215.1
Hex1D7463B5A04910552f
Octal35710673132011140512217
Binary11101111100011011101110110100100100110000010110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D0746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,7,70); }

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

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

 a { background-color: rgb(29,7,70); }

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

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

 span { border-color: rgb(29,7,70); }

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