Html Css Color HEX #690D53 Tyrian Purple

📋 copy color: '#690D53'

red 105 ◦ green 13 ◦ blue 83

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

Shades of Tyrian Purple #690D53

Tints of Tyrian Purple #690D53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 41.29%

R = 52.24%
G = 6.47%
B = 41.29%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.21

 K value IS 0.59

RGB Variations

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

Color information

#690D53 (or 0x690D53) is known color: Tyrian Purple. HEX triplet: 69, 0D and 53. RGB value is (105,13,83). Sum of RGB (Red+Green+Blue) = 105+13+83=201 (26% of max value = 765). Red value is 105 (41.41% from 255 or 52.24% from 201); Green value is 13 (5.47% from 255 or 6.47% from 201); Blue value is 83 (32.81% from 255 or 41.29% from 201); Max value from RGB is 105 - color contains mainly: red. Hex color #690D53 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690D53 is #96F2AC. Grayscale: #303030. Windows color (decimal): -9892525 or 5442921. OLE color: 5442921.

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

Color convert

RGB 105 13 83 -
CMYK 0 0.88 0.21 0.59
HSL 314.35º 0.78% 0.23% -
HSV(B) 314.35º 0.88% 0.41% -
XYZ 7.53 3.92 8.54 -
YUV 48.49 147.48 168.31 -
System Red Green Blue C M Y K H S L
Decimal 105 13 83 0 0.88 0.21 0.59 314.35 0.78 0.23
Hex 69 D 53 0 58 15 3B 13A 4E 17
Octal 151 15 123 0 130 25 73 472 116 27
Binary 1101001 1101 1010011 0 1011000 10101 111011 100111010 1001110 10111

Color Harmonies of #690D53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690D53

Black with #690D53

Text Example


Text Example

White with #690D53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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