#690748

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

Shades of Tyrian Purple #690748

Tints of Tyrian Purple #690748

Color information

#690748 (or 0x690748) is unknown color: approx Tyrian Purple. HEX triplet: 69, 07 and 48. RGB value is (105,7,72). Sum of RGB (Red+Green+Blue) = 105+7+72=184 (24% of max value = 765). Red value is 105 (41.41% from 255 or 57.07% from 184); Green value is 7 (3.12% from 255 or 3.80% from 184); Blue value is 72 (28.52% from 255 or 39.13% from 184); Max value from RGB is 105 - color contains mainly: red. Hex color #690748 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690748 is #96F8B7. Grayscale: #2B2B2B. Windows color (decimal): -9894072 or 4720489. OLE color: 4720489.

HSL color Cylindrical-coordinate representation of color #690748: hue angle of 320.2º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #690748 is Cyan = 0, Magento = 0.93, Yellow = 0.31 and Black (K on CMYK) = 0.59.

Color convert

RGB105772-
CMYK00.930.310.59
HSL320.2º87.5%21.96%-
HSV(B)320.2º93.33%41.18%-
XYZ7.073.626.46-
YUV43.71143.97171.71-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 57.07%
GREEN value IS 7 (3.12% from 255) = 3.80%
BLUE value IS 72 (28.52% from 255) = 39.13%
R=57.07%
G=3.80%
B=39.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.31
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10577200.930.310.59320.287.521.96
Hex6974805D1F3B1405816
Octal15171100135377350013026
Binary110100111110010000101110111111111011101000000101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #690748; }

 p { color: rgb(105,7,72); }

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

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

 a { background-color: rgb(105,7,72); }

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

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

 span { border-color: rgb(105,7,72); }

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