Html Css Color HEX #690F36 Tyrian Purple

📋 copy color: '#690F36'

red 105 ◦ green 15 ◦ blue 54

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

Shades of Tyrian Purple #690F36

Tints of Tyrian Purple #690F36

RGB

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

 GREEN value IS 15 (6.25% from 255) = 8.62%

 BLUE value IS 54 (21.48% from 255) = 31.03%

R = 60.34%
G = 8.62%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.49

 K value IS 0.59

RGB Variations

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

Color information

#690F36 (or 0x690F36) is known color: Tyrian Purple. HEX triplet: 69, 0F and 36. RGB value is (105,15,54). Sum of RGB (Red+Green+Blue) = 105+15+54=174 (23% of max value = 765). Red value is 105 (41.41% from 255 or 60.34% from 174); Green value is 15 (6.25% from 255 or 8.62% from 174); Blue value is 54 (21.48% from 255 or 31.03% from 174); Max value from RGB is 105 - color contains mainly: red. Hex color #690F36 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690F36 is #96F0C9. Grayscale: #2E2E2E. Windows color (decimal): -9892042 or 3542889. OLE color: 3542889.

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

Color convert

RGB 105 15 54 -
CMYK 0 0.86 0.49 0.59
HSL 334º 0.75% 0.24% -
HSV(B) 334º 0.86% 0.41% -
XYZ 6.66 3.61 3.84 -
YUV 46.36 132.32 169.83 -
System Red Green Blue C M Y K H S L
Decimal 105 15 54 0 0.86 0.49 0.59 334 0.75 0.24
Hex 69 F 36 0 56 31 3B 14E 4B 18
Octal 151 17 66 0 126 61 73 516 113 30
Binary 1101001 1111 110110 0 1010110 110001 111011 101001110 1001011 11000

Color Harmonies of #690F36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690F36

Black with #690F36

Text Example


Text Example

White with #690F36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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