Html Css Color HEX #690838 Tyrian Purple

📋 copy color: '#690838'

red 105 ◦ green 8 ◦ blue 56

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

Shades of Tyrian Purple #690838

Tints of Tyrian Purple #690838

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.73%

 BLUE value IS 56 (22.27% from 255) = 33.14%

R = 62.13%
G = 4.73%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.47

 K value IS 0.59

RGB Variations

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

Color information

#690838 (or 0x690838) is known color: Tyrian Purple. HEX triplet: 69, 08 and 38. RGB value is (105,8,56). Sum of RGB (Red+Green+Blue) = 105+8+56=169 (22% of max value = 765). Red value is 105 (41.41% from 255 or 62.13% from 169); Green value is 8 (3.52% from 255 or 4.73% from 169); Blue value is 56 (22.27% from 255 or 33.14% from 169); Max value from RGB is 105 - color contains mainly: red. Hex color #690838 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690838 is #96F7C7. Grayscale: #2A2A2A. Windows color (decimal): -9893832 or 3672169. OLE color: 3672169.

HSL color Cylindrical-coordinate representation of color #690838: hue angle of 330.31º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #690838 is Cyan = 0, Magento = 0.92, Yellow = 0.47 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 8 56 -
CMYK 0 0.92 0.47 0.59
HSL 330.31º 0.86% 0.22% -
HSV(B) 330.31º 0.92% 0.41% -
XYZ 6.63 3.46 4.06 -
YUV 42.48 135.64 172.6 -
System Red Green Blue C M Y K H S L
Decimal 105 8 56 0 0.92 0.47 0.59 330.31 0.86 0.22
Hex 69 8 38 0 5C 2F 3B 14A 56 16
Octal 151 10 70 0 134 57 73 512 126 26
Binary 1101001 1000 111000 0 1011100 101111 111011 101001010 1010110 10110

Color Harmonies of #690838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690838

Black with #690838

Text Example


Text Example

White with #690838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690838; }

 p { color: rgb(105,8,56); }

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

background-color css

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

 a { background-color: rgb(105,8,56); }

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

border-color css

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

 span { border-color: rgb(105,8,56); }

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