Html Css Color HEX #690750 Tyrian Purple

📋 copy color: '#690750'

red 105 ◦ green 7 ◦ blue 80

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

Shades of Tyrian Purple #690750

Tints of Tyrian Purple #690750

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 41.67%

R = 54.69%
G = 3.65%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.24

 K value IS 0.59

RGB Variations

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

Color information

#690750 (or 0x690750) is known color: Tyrian Purple. HEX triplet: 69, 07 and 50. RGB value is (105,7,80). Sum of RGB (Red+Green+Blue) = 105+7+80=192 (25% of max value = 765). Red value is 105 (41.41% from 255 or 54.69% from 192); Green value is 7 (3.12% from 255 or 3.65% from 192); Blue value is 80 (31.64% from 255 or 41.67% from 192); Max value from RGB is 105 - color contains mainly: red. Hex color #690750 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690750 is #96F8AF. Grayscale: #2C2C2C. Windows color (decimal): -9894064 or 5244777. OLE color: 5244777.

HSL color Cylindrical-coordinate representation of color #690750: hue angle of 315.31º 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 #690750 is Cyan = 0, Magento = 0.93, Yellow = 0.24 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 7 80 -
CMYK 0 0.93 0.24 0.59
HSL 315.31º 0.88% 0.22% -
HSV(B) 315.31º 0.93% 0.41% -
XYZ 7.35 3.73 7.92 -
YUV 44.62 147.97 171.06 -
System Red Green Blue C M Y K H S L
Decimal 105 7 80 0 0.93 0.24 0.59 315.31 0.88 0.22
Hex 69 7 50 0 5D 18 3B 13B 58 16
Octal 151 7 120 0 135 30 73 473 130 26
Binary 1101001 111 1010000 0 1011101 11000 111011 100111011 1011000 10110

Color Harmonies of #690750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690750

Black with #690750

Text Example


Text Example

White with #690750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690750; }

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

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

background-color css

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

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

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

border-color css

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

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

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