Html Css Color HEX #690F42 Tyrian Purple

📋 copy color: '#690F42'

red 105 ◦ green 15 ◦ blue 66

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

Shades of Tyrian Purple #690F42

Tints of Tyrian Purple #690F42

RGB

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

 GREEN value IS 15 (6.25% from 255) = 8.06%

 BLUE value IS 66 (26.17% from 255) = 35.48%

R = 56.45%
G = 8.06%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.37

 K value IS 0.59

RGB Variations

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

Color information

#690F42 (or 0x690F42) is known color: Tyrian Purple. HEX triplet: 69, 0F and 42. RGB value is (105,15,66). Sum of RGB (Red+Green+Blue) = 105+15+66=186 (24% of max value = 765). Red value is 105 (41.41% from 255 or 56.45% from 186); Green value is 15 (6.25% from 255 or 8.06% from 186); Blue value is 66 (26.17% from 255 or 35.48% from 186); Max value from RGB is 105 - color contains mainly: red. Hex color #690F42 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690F42 is #96F0BD. Grayscale: #2F2F2F. Windows color (decimal): -9892030 or 4329321. OLE color: 4329321.

HSL color Cylindrical-coordinate representation of color #690F42: hue angle of 326º degrees, saturation: 0.75, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #690F42 is Cyan = 0, Magento = 0.86, Yellow = 0.37 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 15 66 -
CMYK 0 0.86 0.37 0.59
HSL 326º 0.75% 0.24% -
HSV(B) 326º 0.86% 0.41% -
XYZ 6.98 3.74 5.51 -
YUV 47.72 138.32 168.85 -
System Red Green Blue C M Y K H S L
Decimal 105 15 66 0 0.86 0.37 0.59 326 0.75 0.24
Hex 69 F 42 0 56 25 3B 146 4B 18
Octal 151 17 102 0 126 45 73 506 113 30
Binary 1101001 1111 1000010 0 1010110 100101 111011 101000110 1001011 11000

Color Harmonies of #690F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690F42

Black with #690F42

Text Example


Text Example

White with #690F42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,15,66); }

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

background-color css

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

 a { background-color: rgb(105,15,66); }

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

border-color css

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

 span { border-color: rgb(105,15,66); }

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