#1D0647

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

Shades of Violent Violet #1D0647

Tints of Violent Violet #1D0647

Color information

#1D0647 (or 0x1D0647) is unknown color: approx Violent Violet. HEX triplet: 1D, 06 and 47. RGB value is (29,6,71). Sum of RGB (Red+Green+Blue) = 29+6+71=106 (14% of max value = 765). Red value is 29 (11.72% from 255 or 27.36% from 106); Green value is 6 (2.73% from 255 or 5.66% from 106); Blue value is 71 (28.12% from 255 or 66.98% from 106); Max value from RGB is 71 - color contains mainly: blue. Hex color #1D0647 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D0647 is #E2F9B8. Grayscale: #141414. Windows color (decimal): -14875065 or 4654621. OLE color: 4654621.

HSL color Cylindrical-coordinate representation of color #1D0647: hue angle of 261.23º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1D0647 is Cyan = 0.59, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB29671-
CMYK0.590.9200.72
HSL261.23º84.42%15.1%-
HSV(B)261.23º91.55%27.84%-
XYZ1.710.856.03-
YUV20.29156.62134.21-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 27.36%
GREEN value IS 6 (2.73% from 255) = 5.66%
BLUE value IS 71 (28.12% from 255) = 66.98%
R=27.36%
G=5.66%
B=66.98%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal296710.590.9200.72261.2384.4215.1
Hex1D6473B5C04810554f
Octal35610773134011040512417
Binary11101110100011111101110111000100100010000010110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D0647

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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