Html Css Color HEX #690F51 Tyrian Purple

📋 copy color: '#690F51'

red 105 ◦ green 15 ◦ blue 81

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

Shades of Tyrian Purple #690F51

Tints of Tyrian Purple #690F51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 40.3%

R = 52.24%
G = 7.46%
B = 40.3%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.23

 K value IS 0.59

RGB Variations

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

Color information

#690F51 (or 0x690F51) is known color: Tyrian Purple. HEX triplet: 69, 0F and 51. RGB value is (105,15,81). Sum of RGB (Red+Green+Blue) = 105+15+81=201 (26% of max value = 765). Red value is 105 (41.41% from 255 or 52.24% from 201); Green value is 15 (6.25% from 255 or 7.46% from 201); Blue value is 81 (32.03% from 255 or 40.30% from 201); Max value from RGB is 105 - color contains mainly: red. Hex color #690F51 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690F51 is #96F0AE. Grayscale: #313131. Windows color (decimal): -9892015 or 5312361. OLE color: 5312361.

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

Color convert

RGB 105 15 81 -
CMYK 0 0.86 0.23 0.59
HSL 316º 0.75% 0.24% -
HSV(B) 316º 0.86% 0.41% -
XYZ 7.48 3.94 8.15 -
YUV 49.43 145.82 167.63 -
System Red Green Blue C M Y K H S L
Decimal 105 15 81 0 0.86 0.23 0.59 316 0.75 0.24
Hex 69 F 51 0 56 17 3B 13C 4B 18
Octal 151 17 121 0 126 27 73 474 113 30
Binary 1101001 1111 1010001 0 1010110 10111 111011 100111100 1001011 11000

Color Harmonies of #690F51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690F51

Black with #690F51

Text Example


Text Example

White with #690F51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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