Html Css Color HEX #690240 Tyrian Purple

📋 copy color: '#690240'

red 105 ◦ green 2 ◦ blue 64

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

Shades of Tyrian Purple #690240

Tints of Tyrian Purple #690240

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.17%

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

R = 61.4%
G = 1.17%
B = 37.43%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.39

 K value IS 0.59

RGB Variations

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

Color information

#690240 (or 0x690240) is known color: Tyrian Purple. HEX triplet: 69, 02 and 40. RGB value is (105,2,64). Sum of RGB (Red+Green+Blue) = 105+2+64=171 (22% of max value = 765). Red value is 105 (41.41% from 255 or 61.40% from 171); Green value is 2 (1.17% from 255 or 1.17% from 171); Blue value is 64 (25.39% from 255 or 37.43% from 171); Max value from RGB is 105 - color contains mainly: red. Hex color #690240 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690240 is #96FDBF. Grayscale: #272727. Windows color (decimal): -9895360 or 4194921. OLE color: 4194921.

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

Color convert

RGB 105 2 64 -
CMYK 0 0.98 0.39 0.59
HSL 323.88º 0.96% 0.21% -
HSV(B) 323.88º 0.98% 0.41% -
XYZ 6.77 3.42 5.15 -
YUV 39.87 141.62 174.46 -
System Red Green Blue C M Y K H S L
Decimal 105 2 64 0 0.98 0.39 0.59 323.88 0.96 0.21
Hex 69 2 40 0 62 27 3B 144 60 15
Octal 151 2 100 0 142 47 73 504 140 25
Binary 1101001 10 1000000 0 1100010 100111 111011 101000100 1100000 10101

Color Harmonies of #690240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690240

Black with #690240

Text Example


Text Example

White with #690240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690240; }

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

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

background-color css

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

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

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

border-color css

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

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

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