Html Css Color HEX #690441 Tyrian Purple

📋 copy color: '#690441'

red 105 ◦ green 4 ◦ blue 65

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

Shades of Tyrian Purple #690441

Tints of Tyrian Purple #690441

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.3%

 BLUE value IS 65 (25.78% from 255) = 37.36%

R = 60.34%
G = 2.3%
B = 37.36%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.38

 K value IS 0.59

RGB Variations

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

Color information

#690441 (or 0x690441) is known color: Tyrian Purple. HEX triplet: 69, 04 and 41. RGB value is (105,4,65). Sum of RGB (Red+Green+Blue) = 105+4+65=174 (23% of max value = 765). Red value is 105 (41.41% from 255 or 60.34% from 174); Green value is 4 (1.95% from 255 or 2.30% from 174); Blue value is 65 (25.78% from 255 or 37.36% from 174); Max value from RGB is 105 - color contains mainly: red. Hex color #690441 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690441 is #96FBBE. Grayscale: #292929. Windows color (decimal): -9894847 or 4260969. OLE color: 4260969.

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

Color convert

RGB 105 4 65 -
CMYK 0 0.96 0.38 0.59
HSL 323.76º 0.93% 0.21% -
HSV(B) 323.76º 0.96% 0.41% -
XYZ 6.82 3.47 5.31 -
YUV 41.15 141.46 173.54 -
System Red Green Blue C M Y K H S L
Decimal 105 4 65 0 0.96 0.38 0.59 323.76 0.93 0.21
Hex 69 4 41 0 60 26 3B 144 5D 15
Octal 151 4 101 0 140 46 73 504 135 25
Binary 1101001 100 1000001 0 1100000 100110 111011 101000100 1011101 10101

Color Harmonies of #690441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690441

Black with #690441

Text Example


Text Example

White with #690441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690441; }

 p { color: rgb(105,4,65); }

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

background-color css

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

 a { background-color: rgb(105,4,65); }

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

border-color css

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

 span { border-color: rgb(105,4,65); }

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