Html Css Color HEX #690C39 Tyrian Purple

📋 copy color: '#690C39'

red 105 ◦ green 12 ◦ blue 57

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

Shades of Tyrian Purple #690C39

Tints of Tyrian Purple #690C39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 32.76%

R = 60.34%
G = 6.9%
B = 32.76%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.46

 K value IS 0.59

RGB Variations

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

Color information

#690C39 (or 0x690C39) is known color: Tyrian Purple. HEX triplet: 69, 0C and 39. RGB value is (105,12,57). Sum of RGB (Red+Green+Blue) = 105+12+57=174 (23% of max value = 765). Red value is 105 (41.41% from 255 or 60.34% from 174); Green value is 12 (5.08% from 255 or 6.90% from 174); Blue value is 57 (22.66% from 255 or 32.76% from 174); Max value from RGB is 105 - color contains mainly: red. Hex color #690C39 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690C39 is #96F3C6. Grayscale: #2C2C2C. Windows color (decimal): -9892807 or 3738729. OLE color: 3738729.

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

Color convert

RGB 105 12 57 -
CMYK 0 0.89 0.46 0.59
HSL 330.97º 0.79% 0.23% -
HSV(B) 330.97º 0.89% 0.41% -
XYZ 6.7 3.56 4.21 -
YUV 44.94 134.81 170.84 -
System Red Green Blue C M Y K H S L
Decimal 105 12 57 0 0.89 0.46 0.59 330.97 0.79 0.23
Hex 69 C 39 0 59 2E 3B 14B 4F 17
Octal 151 14 71 0 131 56 73 513 117 27
Binary 1101001 1100 111001 0 1011001 101110 111011 101001011 1001111 10111

Color Harmonies of #690C39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690C39

Black with #690C39

Text Example


Text Example

White with #690C39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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