Html Css Color HEX #690832 Tyrian Purple

📋 copy color: '#690832'

red 105 ◦ green 8 ◦ blue 50

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

Shades of Tyrian Purple #690832

Tints of Tyrian Purple #690832

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.91%

 BLUE value IS 50 (19.92% from 255) = 30.67%

R = 64.42%
G = 4.91%
B = 30.67%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.52

 K value IS 0.59

RGB Variations

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

Color information

#690832 (or 0x690832) is known color: Tyrian Purple. HEX triplet: 69, 08 and 32. RGB value is (105,8,50). Sum of RGB (Red+Green+Blue) = 105+8+50=163 (21% of max value = 765). Red value is 105 (41.41% from 255 or 64.42% from 163); Green value is 8 (3.52% from 255 or 4.91% from 163); Blue value is 50 (19.92% from 255 or 30.67% from 163); Max value from RGB is 105 - color contains mainly: red. Hex color #690832 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690832 is #96F7CD. Grayscale: #292929. Windows color (decimal): -9893838 or 3278953. OLE color: 3278953.

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

Color convert

RGB 105 8 50 -
CMYK 0 0.92 0.52 0.59
HSL 334.02º 0.86% 0.22% -
HSV(B) 334.02º 0.92% 0.41% -
XYZ 6.49 3.41 3.33 -
YUV 41.79 132.64 173.08 -
System Red Green Blue C M Y K H S L
Decimal 105 8 50 0 0.92 0.52 0.59 334.02 0.86 0.22
Hex 69 8 32 0 5C 34 3B 14E 56 16
Octal 151 10 62 0 134 64 73 516 126 26
Binary 1101001 1000 110010 0 1011100 110100 111011 101001110 1010110 10110

Color Harmonies of #690832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690832

Black with #690832

Text Example


Text Example

White with #690832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690832; }

 p { color: rgb(105,8,50); }

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

background-color css

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

 a { background-color: rgb(105,8,50); }

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

border-color css

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

 span { border-color: rgb(105,8,50); }

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