Html Css Color HEX #691038 Tyrian Purple

📋 copy color: '#691038'

red 105 ◦ green 16 ◦ blue 56

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

Shades of Tyrian Purple #691038

Tints of Tyrian Purple #691038

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.04%

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

R = 59.32%
G = 9.04%
B = 31.64%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.47

 K value IS 0.59

RGB Variations

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

Color information

#691038 (or 0x691038) is known color: Tyrian Purple. HEX triplet: 69, 10 and 38. RGB value is (105,16,56). Sum of RGB (Red+Green+Blue) = 105+16+56=177 (23% of max value = 765). Red value is 105 (41.41% from 255 or 59.32% from 177); Green value is 16 (6.64% from 255 or 9.04% from 177); Blue value is 56 (22.27% from 255 or 31.64% from 177); Max value from RGB is 105 - color contains mainly: red. Hex color #691038 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #691038 is #96EFC7. Grayscale: #2F2F2F. Windows color (decimal): -9891784 or 3674217. OLE color: 3674217.

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

Color convert

RGB 105 16 56 -
CMYK 0 0.85 0.47 0.59
HSL 333.03º 0.74% 0.24% -
HSV(B) 333.03º 0.85% 0.41% -
XYZ 6.72 3.66 4.09 -
YUV 47.17 132.99 169.25 -
System Red Green Blue C M Y K H S L
Decimal 105 16 56 0 0.85 0.47 0.59 333.03 0.74 0.24
Hex 69 10 38 0 55 2F 3B 14D 4A 18
Octal 151 20 70 0 125 57 73 515 112 30
Binary 1101001 10000 111000 0 1010101 101111 111011 101001101 1001010 11000

Color Harmonies of #691038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691038

Black with #691038

Text Example


Text Example

White with #691038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691038; }

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

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

background-color css

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

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

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

border-color css

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

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

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