Html Css Color HEX #690D30 Tyrian Purple

📋 copy color: '#690D30'

red 105 ◦ green 13 ◦ blue 48

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

Shades of Tyrian Purple #690D30

Tints of Tyrian Purple #690D30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 28.92%

R = 63.25%
G = 7.83%
B = 28.92%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.54

 K value IS 0.59

RGB Variations

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

Color information

#690D30 (or 0x690D30) is known color: Tyrian Purple. HEX triplet: 69, 0D and 30. RGB value is (105,13,48). Sum of RGB (Red+Green+Blue) = 105+13+48=166 (21% of max value = 765). Red value is 105 (41.41% from 255 or 63.25% from 166); Green value is 13 (5.47% from 255 or 7.83% from 166); Blue value is 48 (19.14% from 255 or 28.92% from 166); Max value from RGB is 105 - color contains mainly: red. Hex color #690D30 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690D30 is #96F2CF. Grayscale: #2C2C2C. Windows color (decimal): -9892560 or 3149161. OLE color: 3149161.

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

Color convert

RGB 105 13 48 -
CMYK 0 0.88 0.54 0.59
HSL 337.17º 0.78% 0.23% -
HSV(B) 337.17º 0.88% 0.41% -
XYZ 6.5 3.5 3.13 -
YUV 44.5 129.98 171.15 -
System Red Green Blue C M Y K H S L
Decimal 105 13 48 0 0.88 0.54 0.59 337.17 0.78 0.23
Hex 69 D 30 0 58 36 3B 151 4E 17
Octal 151 15 60 0 130 66 73 521 116 27
Binary 1101001 1101 110000 0 1011000 110110 111011 101010001 1001110 10111

Color Harmonies of #690D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690D30

Black with #690D30

Text Example


Text Example

White with #690D30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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