Html Css Color HEX #690751 Tyrian Purple

📋 copy color: '#690751'

red 105 ◦ green 7 ◦ blue 81

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

Shades of Tyrian Purple #690751

Tints of Tyrian Purple #690751

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.63%

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

R = 54.4%
G = 3.63%
B = 41.97%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.23

 K value IS 0.59

RGB Variations

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

Color information

#690751 (or 0x690751) is known color: Tyrian Purple. HEX triplet: 69, 07 and 51. RGB value is (105,7,81). Sum of RGB (Red+Green+Blue) = 105+7+81=193 (25% of max value = 765). Red value is 105 (41.41% from 255 or 54.40% from 193); Green value is 7 (3.12% from 255 or 3.63% from 193); Blue value is 81 (32.03% from 255 or 41.97% from 193); Max value from RGB is 105 - color contains mainly: red. Hex color #690751 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690751 is #96F8AE. Grayscale: #2C2C2C. Windows color (decimal): -9894063 or 5310313. OLE color: 5310313.

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

Color convert

RGB 105 7 81 -
CMYK 0 0.93 0.23 0.59
HSL 314.69º 0.88% 0.22% -
HSV(B) 314.69º 0.93% 0.41% -
XYZ 7.39 3.75 8.12 -
YUV 44.74 148.47 170.98 -
System Red Green Blue C M Y K H S L
Decimal 105 7 81 0 0.93 0.23 0.59 314.69 0.88 0.22
Hex 69 7 51 0 5D 17 3B 13B 58 16
Octal 151 7 121 0 135 27 73 473 130 26
Binary 1101001 111 1010001 0 1011101 10111 111011 100111011 1011000 10110

Color Harmonies of #690751

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690751

Black with #690751

Text Example


Text Example

White with #690751

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690751; }

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

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

background-color css

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

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

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

border-color css

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

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

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