Html Css Color HEX #690436 Tyrian Purple

📋 copy color: '#690436'

red 105 ◦ green 4 ◦ blue 54

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

Shades of Tyrian Purple #690436

Tints of Tyrian Purple #690436

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 33.13%

R = 64.42%
G = 2.45%
B = 33.13%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.49

 K value IS 0.59

RGB Variations

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

Color information

#690436 (or 0x690436) is known color: Tyrian Purple. HEX triplet: 69, 04 and 36. RGB value is (105,4,54). Sum of RGB (Red+Green+Blue) = 105+4+54=163 (21% of max value = 765). Red value is 105 (41.41% from 255 or 64.42% from 163); Green value is 4 (1.95% from 255 or 2.45% from 163); Blue value is 54 (21.48% from 255 or 33.13% from 163); Max value from RGB is 105 - color contains mainly: red. Hex color #690436 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690436 is #96FBC9. Grayscale: #272727. Windows color (decimal): -9894858 or 3540073. OLE color: 3540073.

HSL color Cylindrical-coordinate representation of color #690436: hue angle of 330.3º 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 #690436 is Cyan = 0, Magento = 0.96, Yellow = 0.49 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 4 54 -
CMYK 0 0.96 0.49 0.59
HSL 330.3º 0.93% 0.21% -
HSV(B) 330.3º 0.96% 0.41% -
XYZ 6.53 3.36 3.79 -
YUV 39.9 135.96 174.43 -
System Red Green Blue C M Y K H S L
Decimal 105 4 54 0 0.96 0.49 0.59 330.3 0.93 0.21
Hex 69 4 36 0 60 31 3B 14A 5D 15
Octal 151 4 66 0 140 61 73 512 135 25
Binary 1101001 100 110110 0 1100000 110001 111011 101001010 1011101 10101

Color Harmonies of #690436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690436

Black with #690436

Text Example


Text Example

White with #690436

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690436; }

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

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

background-color css

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

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

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

border-color css

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

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

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