Html Css Color HEX #690140 Tyrian Purple

📋 copy color: '#690140'

red 105 ◦ green 1 ◦ blue 64

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

Shades of Tyrian Purple #690140

Tints of Tyrian Purple #690140

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.59%

 BLUE value IS 64 (25.39% from 255) = 37.65%

R = 61.76%
G = 0.59%
B = 37.65%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.39

 K value IS 0.59

RGB Variations

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

Color information

#690140 (or 0x690140) is known color: Tyrian Purple. HEX triplet: 69, 01 and 40. RGB value is (105,1,64). Sum of RGB (Red+Green+Blue) = 105+1+64=170 (22% of max value = 765). Red value is 105 (41.41% from 255 or 61.76% from 170); Green value is 1 (0.78% from 255 or 0.59% from 170); Blue value is 64 (25.39% from 255 or 37.65% from 170); Max value from RGB is 105 - color contains mainly: red. Hex color #690140 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690140 is #96FEBF. Grayscale: #272727. Windows color (decimal): -9895616 or 4194665. OLE color: 4194665.

HSL color Cylindrical-coordinate representation of color #690140: hue angle of 323.65º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #690140 is Cyan = 0, Magento = 0.99, Yellow = 0.39 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 1 64 -
CMYK 0 0.99 0.39 0.59
HSL 323.65º 0.98% 0.21% -
HSV(B) 323.65º 0.99% 0.41% -
XYZ 6.76 3.4 5.15 -
YUV 39.28 141.96 174.88 -
System Red Green Blue C M Y K H S L
Decimal 105 1 64 0 0.99 0.39 0.59 323.65 0.98 0.21
Hex 69 1 40 0 63 27 3B 144 62 15
Octal 151 1 100 0 143 47 73 504 142 25
Binary 1101001 1 1000000 0 1100011 100111 111011 101000100 1100010 10101

Color Harmonies of #690140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690140

Black with #690140

Text Example


Text Example

White with #690140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690140; }

 p { color: rgb(105,1,64); }

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

background-color css

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

 a { background-color: rgb(105,1,64); }

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

border-color css

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

 span { border-color: rgb(105,1,64); }

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