Html Css Color HEX #690C40 Tyrian Purple

📋 copy color: '#690C40'

red 105 ◦ green 12 ◦ blue 64

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

Shades of Tyrian Purple #690C40

Tints of Tyrian Purple #690C40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 35.36%

R = 58.01%
G = 6.63%
B = 35.36%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.39

 K value IS 0.59

RGB Variations

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

Color information

#690C40 (or 0x690C40) is known color: Tyrian Purple. HEX triplet: 69, 0C and 40. RGB value is (105,12,64). Sum of RGB (Red+Green+Blue) = 105+12+64=181 (23% of max value = 765). Red value is 105 (41.41% from 255 or 58.01% from 181); Green value is 12 (5.08% from 255 or 6.63% from 181); Blue value is 64 (25.39% from 255 or 35.36% from 181); Max value from RGB is 105 - color contains mainly: red. Hex color #690C40 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690C40 is #96F3BF. Grayscale: #2D2D2D. Windows color (decimal): -9892800 or 4197481. OLE color: 4197481.

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

Color convert

RGB 105 12 64 -
CMYK 0 0.89 0.39 0.59
HSL 326.45º 0.79% 0.23% -
HSV(B) 326.45º 0.89% 0.41% -
XYZ 6.88 3.64 5.19 -
YUV 45.74 138.31 170.27 -
System Red Green Blue C M Y K H S L
Decimal 105 12 64 0 0.89 0.39 0.59 326.45 0.79 0.23
Hex 69 C 40 0 59 27 3B 146 4F 17
Octal 151 14 100 0 131 47 73 506 117 27
Binary 1101001 1100 1000000 0 1011001 100111 111011 101000110 1001111 10111

Color Harmonies of #690C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690C40

Black with #690C40

Text Example


Text Example

White with #690C40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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