Html Css Color HEX #690434 Tyrian Purple

📋 copy color: '#690434'

red 105 ◦ green 4 ◦ blue 52

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

Shades of Tyrian Purple #690434

Tints of Tyrian Purple #690434

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 32.3%

R = 65.22%
G = 2.48%
B = 32.3%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.50

 K value IS 0.59

RGB Variations

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

Color information

#690434 (or 0x690434) is known color: Tyrian Purple. HEX triplet: 69, 04 and 34. RGB value is (105,4,52). Sum of RGB (Red+Green+Blue) = 105+4+52=161 (21% of max value = 765). Red value is 105 (41.41% from 255 or 65.22% from 161); Green value is 4 (1.95% from 255 or 2.48% from 161); Blue value is 52 (20.70% from 255 or 32.30% from 161); Max value from RGB is 105 - color contains mainly: red. Hex color #690434 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690434 is #96FBCB. Grayscale: #272727. Windows color (decimal): -9894860 or 3409001. OLE color: 3409001.

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

Color convert

RGB 105 4 52 -
CMYK 0 0.96 0.50 0.59
HSL 331.49º 0.93% 0.21% -
HSV(B) 331.49º 0.96% 0.41% -
XYZ 6.49 3.34 3.55 -
YUV 39.67 134.96 174.6 -
System Red Green Blue C M Y K H S L
Decimal 105 4 52 0 0.96 0.50 0.59 331.49 0.93 0.21
Hex 69 4 34 0 60 32 3B 14B 5D 15
Octal 151 4 64 0 140 62 73 513 135 25
Binary 1101001 100 110100 0 1100000 110010 111011 101001011 1011101 10101

Color Harmonies of #690434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690434

Black with #690434

Text Example


Text Example

White with #690434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690434; }

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

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

background-color css

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

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

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

border-color css

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

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

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