#690F44

Color #690F44 Tyrian Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tyrian Purple #690F44

Tints of Tyrian Purple #690F44

Color information

#690F44 (or 0x690F44) is unknown color: approx Tyrian Purple. HEX triplet: 69, 0F and 44. RGB value is (105,15,68). Sum of RGB (Red+Green+Blue) = 105+15+68=188 (24% of max value = 765). Red value is 105 (41.41% from 255 or 55.85% from 188); Green value is 15 (6.25% from 255 or 7.98% from 188); Blue value is 68 (26.95% from 255 or 36.17% from 188); Max value from RGB is 105 - color contains mainly: red. Hex color #690F44 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690F44 is #96F0BB. Grayscale: #2F2F2F. Windows color (decimal): -9892028 or 4460393. OLE color: 4460393.

HSL color Cylindrical-coordinate representation of color #690F44: hue angle of 324.67º degrees, saturation: 0.75, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #690F44 is Cyan = 0, Magento = 0.86, Yellow = 0.35 and Black (K on CMYK) = 0.59.

Color convert

RGB1051568-
CMYK00.860.350.59
HSL324.67º75%23.53%-
HSV(B)324.67º85.71%41.18%-
XYZ7.043.765.82-
YUV47.95139.32168.69-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 55.85%
GREEN value IS 15 (6.25% from 255) = 7.98%
BLUE value IS 68 (26.95% from 255) = 36.17%
R=55.85%
G=7.98%
B=36.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.35
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105156800.860.350.59324.677523.53
Hex69F44056233B1454b18
Octal151171040126437350511330
Binary11010011111100010001010110100011111011101000101100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690F44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #690F44; }

 p { color: rgb(105,15,68); }

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

<style>
 a { background-color: #690F44; }

 a { background-color: rgb(105,15,68); }

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

<style>
 span { border-color: #690F44; }

 span { border-color: rgb(105,15,68); }

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