#690241

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

Shades of Tyrian Purple #690241

Tints of Tyrian Purple #690241

Color information

#690241 (or 0x690241) is unknown color: approx Tyrian Purple. HEX triplet: 69, 02 and 41. RGB value is (105,2,65). Sum of RGB (Red+Green+Blue) = 105+2+65=172 (22% of max value = 765). Red value is 105 (41.41% from 255 or 61.05% from 172); Green value is 2 (1.17% from 255 or 1.16% from 172); Blue value is 65 (25.78% from 255 or 37.79% from 172); Max value from RGB is 105 - color contains mainly: red. Hex color #690241 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690241 is #96FDBE. Grayscale: #272727. Windows color (decimal): -9895359 or 4260457. OLE color: 4260457.

HSL color Cylindrical-coordinate representation of color #690241: hue angle of 323.3º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #690241 is Cyan = 0, Magento = 0.98, Yellow = 0.38 and Black (K on CMYK) = 0.59.

Color convert

RGB105265-
CMYK00.980.380.59
HSL323.3º96.26%20.98%-
HSV(B)323.3º98.1%41.18%-
XYZ6.83.435.3-
YUV39.98142.12174.38-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 61.05%
GREEN value IS 2 (1.17% from 255) = 1.16%
BLUE value IS 65 (25.78% from 255) = 37.79%
R=61.05%
G=1.16%
B=37.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.38
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10526500.980.380.59323.396.2620.98
Hex69241062263B1436015
Octal15121010142467350314025
Binary110100110100000101100010100110111011101000011110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #690241; }

 p { color: rgb(105,2,65); }

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

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

 a { background-color: rgb(105,2,65); }

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

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

 span { border-color: rgb(105,2,65); }

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