#690250

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

Shades of Tyrian Purple #690250

Tints of Tyrian Purple #690250

Color information

#690250 (or 0x690250) is unknown color: approx Tyrian Purple. HEX triplet: 69, 02 and 50. RGB value is (105,2,80). Sum of RGB (Red+Green+Blue) = 105+2+80=187 (24% of max value = 765). Red value is 105 (41.41% from 255 or 56.15% from 187); Green value is 2 (1.17% from 255 or 1.07% from 187); Blue value is 80 (31.64% from 255 or 42.78% from 187); Max value from RGB is 105 - color contains mainly: red. Hex color #690250 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690250 is #96FDAF. Grayscale: #292929. Windows color (decimal): -9895344 or 5243497. OLE color: 5243497.

HSL color Cylindrical-coordinate representation of color #690250: hue angle of 314.56º 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 #690250 is Cyan = 0, Magento = 0.98, Yellow = 0.24 and Black (K on CMYK) = 0.59.

Color convert

RGB105280-
CMYK00.980.240.59
HSL314.56º96.26%20.98%-
HSV(B)314.56º98.1%41.18%-
XYZ7.33.637.9-
YUV41.69149.62173.16-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 56.15%
GREEN value IS 2 (1.17% from 255) = 1.07%
BLUE value IS 80 (31.64% from 255) = 42.78%
R=56.15%
G=1.07%
B=42.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.24
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10528000.980.240.59314.5696.2620.98
Hex69250062183B13b6015
Octal15121200142307347314025
Binary11010011010100000110001011000111011100111011110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #690250; }

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

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

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

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

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

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

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

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