Html Css Color HEX #690D44 Tyrian Purple

📋 copy color: '#690D44'

red 105 ◦ green 13 ◦ blue 68

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

Shades of Tyrian Purple #690D44

Tints of Tyrian Purple #690D44

RGB

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

 GREEN value IS 13 (5.47% from 255) = 6.99%

 BLUE value IS 68 (26.95% from 255) = 36.56%

R = 56.45%
G = 6.99%
B = 36.56%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.35

 K value IS 0.59

RGB Variations

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

Color information

#690D44 (or 0x690D44) is known color: Tyrian Purple. HEX triplet: 69, 0D and 44. RGB value is (105,13,68). Sum of RGB (Red+Green+Blue) = 105+13+68=186 (24% of max value = 765). Red value is 105 (41.41% from 255 or 56.45% from 186); Green value is 13 (5.47% from 255 or 6.99% from 186); Blue value is 68 (26.95% from 255 or 36.56% from 186); Max value from RGB is 105 - color contains mainly: red. Hex color #690D44 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690D44 is #96F2BB. Grayscale: #2E2E2E. Windows color (decimal): -9892540 or 4459881. OLE color: 4459881.

HSL color Cylindrical-coordinate representation of color #690D44: hue angle of 324.13º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #690D44 is Cyan = 0, Magento = 0.88, Yellow = 0.35 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 13 68 -
CMYK 0 0.88 0.35 0.59
HSL 324.13º 0.78% 0.23% -
HSV(B) 324.13º 0.88% 0.41% -
XYZ 7.01 3.71 5.82 -
YUV 46.78 139.98 169.53 -
System Red Green Blue C M Y K H S L
Decimal 105 13 68 0 0.88 0.35 0.59 324.13 0.78 0.23
Hex 69 D 44 0 58 23 3B 144 4E 17
Octal 151 15 104 0 130 43 73 504 116 27
Binary 1101001 1101 1000100 0 1011000 100011 111011 101000100 1001110 10111

Color Harmonies of #690D44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690D44

Black with #690D44

Text Example


Text Example

White with #690D44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,13,68); }

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

background-color css

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

 a { background-color: rgb(105,13,68); }

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

border-color css

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

 span { border-color: rgb(105,13,68); }

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