Html Css Color HEX #690C31 Tyrian Purple

📋 copy color: '#690C31'

red 105 ◦ green 12 ◦ blue 49

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

Shades of Tyrian Purple #690C31

Tints of Tyrian Purple #690C31

RGB

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

 GREEN value IS 12 (5.08% from 255) = 7.23%

 BLUE value IS 49 (19.53% from 255) = 29.52%

R = 63.25%
G = 7.23%
B = 29.52%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.53

 K value IS 0.59

RGB Variations

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

Color information

#690C31 (or 0x690C31) is known color: Tyrian Purple. HEX triplet: 69, 0C and 31. RGB value is (105,12,49). Sum of RGB (Red+Green+Blue) = 105+12+49=166 (21% of max value = 765). Red value is 105 (41.41% from 255 or 63.25% from 166); Green value is 12 (5.08% from 255 or 7.23% from 166); Blue value is 49 (19.53% from 255 or 29.52% from 166); Max value from RGB is 105 - color contains mainly: red. Hex color #690C31 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690C31 is #96F3CE. Grayscale: #2B2B2B. Windows color (decimal): -9892815 or 3214441. OLE color: 3214441.

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

Color convert

RGB 105 12 49 -
CMYK 0 0.89 0.53 0.59
HSL 336.13º 0.79% 0.23% -
HSV(B) 336.13º 0.89% 0.41% -
XYZ 6.51 3.49 3.24 -
YUV 44.03 130.81 171.49 -
System Red Green Blue C M Y K H S L
Decimal 105 12 49 0 0.89 0.53 0.59 336.13 0.79 0.23
Hex 69 C 31 0 59 35 3B 150 4F 17
Octal 151 14 61 0 131 65 73 520 117 27
Binary 1101001 1100 110001 0 1011001 110101 111011 101010000 1001111 10111

Color Harmonies of #690C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690C31

Black with #690C31

Text Example


Text Example

White with #690C31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,12,49); }

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

background-color css

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

 a { background-color: rgb(105,12,49); }

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

border-color css

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

 span { border-color: rgb(105,12,49); }

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