#690F35

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

Shades of Tyrian Purple #690F35

Tints of Tyrian Purple #690F35

Color information

#690F35 (or 0x690F35) is unknown color: approx Tyrian Purple. HEX triplet: 69, 0F and 35. RGB value is (105,15,53). Sum of RGB (Red+Green+Blue) = 105+15+53=173 (22% of max value = 765). Red value is 105 (41.41% from 255 or 60.69% from 173); Green value is 15 (6.25% from 255 or 8.67% from 173); Blue value is 53 (21.09% from 255 or 30.64% from 173); Max value from RGB is 105 - color contains mainly: red. Hex color #690F35 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690F35 is #96F0CA. Grayscale: #2E2E2E. Windows color (decimal): -9892043 or 3477353. OLE color: 3477353.

HSL color Cylindrical-coordinate representation of color #690F35: hue angle of 334.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 #690F35 is Cyan = 0, Magento = 0.86, Yellow = 0.50 and Black (K on CMYK) = 0.59.

Color convert

RGB1051553-
CMYK00.860.500.59
HSL334.67º75%23.53%-
HSV(B)334.67º85.71%41.18%-
XYZ6.643.63.71-
YUV46.24131.82169.91-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 60.69%
GREEN value IS 15 (6.25% from 255) = 8.67%
BLUE value IS 53 (21.09% from 255) = 30.64%
R=60.69%
G=8.67%
B=30.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.50
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105155300.860.500.59334.677523.53
Hex69F35056323B14f4b18
Octal15117650126627351711330
Binary1101001111111010101010110110010111011101001111100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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