#69094B

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

Shades of Tyrian Purple #69094B

Tints of Tyrian Purple #69094B

Color information

#69094B (or 0x69094B) is unknown color: approx Tyrian Purple. HEX triplet: 69, 09 and 4B. RGB value is (105,9,75). Sum of RGB (Red+Green+Blue) = 105+9+75=189 (25% of max value = 765). Red value is 105 (41.41% from 255 or 55.56% from 189); Green value is 9 (3.91% from 255 or 4.76% from 189); Blue value is 75 (29.69% from 255 or 39.68% from 189); Max value from RGB is 105 - color contains mainly: red. Hex color #69094B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #69094B is #96F6B4. Grayscale: #2D2D2D. Windows color (decimal): -9893557 or 4917609. OLE color: 4917609.

HSL color Cylindrical-coordinate representation of color #69094B: hue angle of 318.75º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #69094B is Cyan = 0, Magento = 0.91, Yellow = 0.29 and Black (K on CMYK) = 0.59.

Color convert

RGB105975-
CMYK00.910.290.59
HSL318.75º84.21%22.35%-
HSV(B)318.75º91.43%41.18%-
XYZ7.193.716.99-
YUV45.23144.8170.63-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 55.56%
GREEN value IS 9 (3.91% from 255) = 4.76%
BLUE value IS 75 (29.69% from 255) = 39.68%
R=55.56%
G=4.76%
B=39.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.29
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10597500.910.290.59318.7584.2122.35
Hex6994B05B1D3B13f5416
Octal151111130133357347712426
Binary1101001100110010110101101111101111011100111111101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69094B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69094B; }

 p { color: rgb(105,9,75); }

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

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

 a { background-color: rgb(105,9,75); }

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

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

 span { border-color: rgb(105,9,75); }

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