#1D0659

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

Shades of Violent Violet #1D0659

Tints of Violent Violet #1D0659

Color information

#1D0659 (or 0x1D0659) is unknown color: approx Violent Violet. HEX triplet: 1D, 06 and 59. RGB value is (29,6,89). Sum of RGB (Red+Green+Blue) = 29+6+89=124 (16% of max value = 765). Red value is 29 (11.72% from 255 or 23.39% from 124); Green value is 6 (2.73% from 255 or 4.84% from 124); Blue value is 89 (35.16% from 255 or 71.77% from 124); Max value from RGB is 89 - color contains mainly: blue. Hex color #1D0659 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D0659 is #E2F9A6. Grayscale: #161616. Windows color (decimal): -14875047 or 5834269. OLE color: 5834269.

HSL color Cylindrical-coordinate representation of color #1D0659: hue angle of 256.63º 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 #1D0659 is Cyan = 0.67, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB29689-
CMYK0.670.9300.65
HSL256.63º87.37%18.63%-
HSV(B)256.63º93.26%34.9%-
XYZ2.371.119.54-
YUV22.34165.62132.75-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 23.39%
GREEN value IS 6 (2.73% from 255) = 4.84%
BLUE value IS 89 (35.16% from 255) = 71.77%
R=23.39%
G=4.84%
B=71.77%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal296890.670.9300.65256.6387.3718.63
Hex1D659435D0411015713
Octal356131103135010140112723
Binary1110111010110011000011101110101000001100000001101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D0659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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