Html Css Color HEX #690532 Tyrian Purple

📋 copy color: '#690532'

red 105 ◦ green 5 ◦ blue 50

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

Shades of Tyrian Purple #690532

Tints of Tyrian Purple #690532

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.13%

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

R = 65.63%
G = 3.13%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.52

 K value IS 0.59

RGB Variations

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

Color information

#690532 (or 0x690532) is known color: Tyrian Purple. HEX triplet: 69, 05 and 32. RGB value is (105,5,50). Sum of RGB (Red+Green+Blue) = 105+5+50=160 (21% of max value = 765). Red value is 105 (41.41% from 255 or 65.62% from 160); Green value is 5 (2.34% from 255 or 3.12% from 160); Blue value is 50 (19.92% from 255 or 31.25% from 160); Max value from RGB is 105 - color contains mainly: red. Hex color #690532 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690532 is #96FACD. Grayscale: #272727. Windows color (decimal): -9894606 or 3278185. OLE color: 3278185.

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

Color convert

RGB 105 5 50 -
CMYK 0 0.95 0.52 0.59
HSL 333º 0.91% 0.22% -
HSV(B) 333º 0.95% 0.41% -
XYZ 6.46 3.34 3.32 -
YUV 40.03 133.63 174.34 -
System Red Green Blue C M Y K H S L
Decimal 105 5 50 0 0.95 0.52 0.59 333 0.91 0.22
Hex 69 5 32 0 5F 34 3B 14D 5B 16
Octal 151 5 62 0 137 64 73 515 133 26
Binary 1101001 101 110010 0 1011111 110100 111011 101001101 1011011 10110

Color Harmonies of #690532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690532

Black with #690532

Text Example


Text Example

White with #690532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690532; }

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

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

background-color css

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

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

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

border-color css

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

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

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