Html Css Color HEX #690C3F Tyrian Purple

📋 copy color: '#690C3F'

red 105 ◦ green 12 ◦ blue 63

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

Shades of Tyrian Purple #690C3F

Tints of Tyrian Purple #690C3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 35%

R = 58.33%
G = 6.67%
B = 35%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.4

 K value IS 0.59

RGB Variations

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

Color information

#690C3F (or 0x690C3F) is known color: Tyrian Purple. HEX triplet: 69, 0C and 3F. RGB value is (105,12,63). Sum of RGB (Red+Green+Blue) = 105+12+63=180 (23% of max value = 765). Red value is 105 (41.41% from 255 or 58.33% from 180); Green value is 12 (5.08% from 255 or 6.67% from 180); Blue value is 63 (25% from 255 or 35% from 180); Max value from RGB is 105 - color contains mainly: red. Hex color #690C3F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690C3F is #96F3C0. Grayscale: #2D2D2D. Windows color (decimal): -9892801 or 4131945. OLE color: 4131945.

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

Color convert

RGB 105 12 63 -
CMYK 0 0.89 0.4 0.59
HSL 327.1º 0.79% 0.23% -
HSV(B) 327.1º 0.89% 0.41% -
XYZ 6.85 3.63 5.04 -
YUV 45.62 137.81 170.35 -
System Red Green Blue C M Y K H S L
Decimal 105 12 63 0 0.89 0.4 0.59 327.1 0.79 0.23
Hex 69 C 3F 0 59 28 3B 147 4F 17
Octal 151 14 77 0 131 50 73 507 117 27
Binary 1101001 1100 111111 0 1011001 101000 111011 101000111 1001111 10111

Color Harmonies of #690C3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690C3F

Black with #690C3F

Text Example


Text Example

White with #690C3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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