Html Css Color HEX #690A4C Tyrian Purple

📋 copy color: '#690A4C'

red 105 ◦ green 10 ◦ blue 76

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

Shades of Tyrian Purple #690A4C

Tints of Tyrian Purple #690A4C

RGB

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

 GREEN value IS 10 (4.3% from 255) = 5.24%

 BLUE value IS 76 (30.08% from 255) = 39.79%

R = 54.97%
G = 5.24%
B = 39.79%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.28

 K value IS 0.59

RGB Variations

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

Color information

#690A4C (or 0x690A4C) is known color: Tyrian Purple. HEX triplet: 69, 0A and 4C. RGB value is (105,10,76). Sum of RGB (Red+Green+Blue) = 105+10+76=191 (25% of max value = 765). Red value is 105 (41.41% from 255 or 54.97% from 191); Green value is 10 (4.30% from 255 or 5.24% from 191); Blue value is 76 (30.08% from 255 or 39.79% from 191); Max value from RGB is 105 - color contains mainly: red. Hex color #690A4C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690A4C is #96F5B3. Grayscale: #2D2D2D. Windows color (decimal): -9893300 or 4983401. OLE color: 4983401.

HSL color Cylindrical-coordinate representation of color #690A4C: hue angle of 318.32º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #690A4C is Cyan = 0, Magento = 0.90, Yellow = 0.28 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 10 76 -
CMYK 0 0.90 0.28 0.59
HSL 318.32º 0.83% 0.23% -
HSV(B) 318.32º 0.9% 0.41% -
XYZ 7.24 3.74 7.18 -
YUV 45.93 144.97 170.13 -
System Red Green Blue C M Y K H S L
Decimal 105 10 76 0 0.90 0.28 0.59 318.32 0.83 0.23
Hex 69 A 4C 0 5A 1C 3B 13E 53 17
Octal 151 12 114 0 132 34 73 476 123 27
Binary 1101001 1010 1001100 0 1011010 11100 111011 100111110 1010011 10111

Color Harmonies of #690A4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690A4C

Black with #690A4C

Text Example


Text Example

White with #690A4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,10,76); }

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

background-color css

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

 a { background-color: rgb(105,10,76); }

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

border-color css

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

 span { border-color: rgb(105,10,76); }

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