#1D074A

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

Shades of Violent Violet #1D074A

Tints of Violent Violet #1D074A

Color information

#1D074A (or 0x1D074A) is unknown color: approx Violent Violet. HEX triplet: 1D, 07 and 4A. RGB value is (29,7,74). Sum of RGB (Red+Green+Blue) = 29+7+74=110 (14% of max value = 765). Red value is 29 (11.72% from 255 or 26.36% from 110); Green value is 7 (3.12% from 255 or 6.36% from 110); Blue value is 74 (29.30% from 255 or 67.27% from 110); Max value from RGB is 74 - color contains mainly: blue. Hex color #1D074A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D074A is #E2F8B5. Grayscale: #141414. Windows color (decimal): -14874806 or 4851485. OLE color: 4851485.

HSL color Cylindrical-coordinate representation of color #1D074A: hue angle of 259.7º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1D074A is Cyan = 0.61, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB29774-
CMYK0.610.9100.71
HSL259.7º82.72%15.88%-
HSV(B)259.7º90.54%29.02%-
XYZ1.820.916.56-
YUV21.22157.79133.55-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 26.36%
GREEN value IS 7 (3.12% from 255) = 6.36%
BLUE value IS 74 (29.30% from 255) = 67.27%
R=26.36%
G=6.36%
B=67.27%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal297740.610.9100.71259.782.7215.88
Hex1D74A3D5B0471045310
Octal35711275133010740412320
Binary111011111001010111101101101101000111100000100101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D074A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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