Html Css Color HEX #690C51 Tyrian Purple

📋 copy color: '#690C51'

red 105 ◦ green 12 ◦ blue 81

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

Shades of Tyrian Purple #690C51

Tints of Tyrian Purple #690C51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 40.91%

R = 53.03%
G = 6.06%
B = 40.91%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.23

 K value IS 0.59

RGB Variations

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

Color information

#690C51 (or 0x690C51) is known color: Tyrian Purple. HEX triplet: 69, 0C and 51. RGB value is (105,12,81). Sum of RGB (Red+Green+Blue) = 105+12+81=198 (26% of max value = 765). Red value is 105 (41.41% from 255 or 53.03% from 198); Green value is 12 (5.08% from 255 or 6.06% from 198); Blue value is 81 (32.03% from 255 or 40.91% from 198); Max value from RGB is 105 - color contains mainly: red. Hex color #690C51 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690C51 is #96F3AE. Grayscale: #2F2F2F. Windows color (decimal): -9892783 or 5311593. OLE color: 5311593.

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

Color convert

RGB 105 12 81 -
CMYK 0 0.89 0.23 0.59
HSL 315.48º 0.79% 0.23% -
HSV(B) 315.48º 0.89% 0.41% -
XYZ 7.44 3.86 8.14 -
YUV 47.67 146.81 168.89 -
System Red Green Blue C M Y K H S L
Decimal 105 12 81 0 0.89 0.23 0.59 315.48 0.79 0.23
Hex 69 C 51 0 59 17 3B 13B 4F 17
Octal 151 14 121 0 131 27 73 473 117 27
Binary 1101001 1100 1010001 0 1011001 10111 111011 100111011 1001111 10111

Color Harmonies of #690C51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690C51

Black with #690C51

Text Example


Text Example

White with #690C51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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