Html Css Color HEX #690E4F Tyrian Purple

📋 copy color: '#690E4F'

red 105 ◦ green 14 ◦ blue 79

#690E4F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tyrian Purple #690E4F

Tints of Tyrian Purple #690E4F

RGB

 RED value IS 105 (41.41% from 255) = 53.03%

 GREEN value IS 14 (5.86% from 255) = 7.07%

 BLUE value IS 79 (31.25% from 255) = 39.9%

R = 53.03%
G = 7.07%
B = 39.9%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.25

 K value IS 0.59

RGB Variations

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

Color information

#690E4F (or 0x690E4F) is known color: Tyrian Purple. HEX triplet: 69, 0E and 4F. RGB value is (105,14,79). Sum of RGB (Red+Green+Blue) = 105+14+79=198 (26% of max value = 765). Red value is 105 (41.41% from 255 or 53.03% from 198); Green value is 14 (5.86% from 255 or 7.07% from 198); Blue value is 79 (31.25% from 255 or 39.90% from 198); Max value from RGB is 105 - color contains mainly: red. Hex color #690E4F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690E4F is #96F1B0. Grayscale: #303030. Windows color (decimal): -9892273 or 5181033. OLE color: 5181033.

HSL color Cylindrical-coordinate representation of color #690E4F: hue angle of 317.14º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #690E4F is Cyan = 0, Magento = 0.87, Yellow = 0.25 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 14 79 -
CMYK 0 0.87 0.25 0.59
HSL 317.14º 0.76% 0.23% -
HSV(B) 317.14º 0.87% 0.41% -
XYZ 7.39 3.88 7.76 -
YUV 48.62 145.15 168.21 -
System Red Green Blue C M Y K H S L
Decimal 105 14 79 0 0.87 0.25 0.59 317.14 0.76 0.23
Hex 69 E 4F 0 57 19 3B 13D 4C 17
Octal 151 16 117 0 127 31 73 475 114 27
Binary 1101001 1110 1001111 0 1010111 11001 111011 100111101 1001100 10111

Color Harmonies of #690E4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690E4F

Black with #690E4F

Text Example


Text Example

White with #690E4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,14,79); }

 H1.HeaderClassName
 {
   color: #690E4F;
 }
 .AnyTagClassName
 {
   color: #690E4F;
 }
</style>

background-color css

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

 a { background-color: rgb(105,14,79); }

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

border-color css

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

 span { border-color: rgb(105,14,79); }

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