Html Css Color HEX #690229 Tyrian Purple

📋 copy color: '#690229'

red 105 ◦ green 2 ◦ blue 41

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

Shades of Tyrian Purple #690229

Tints of Tyrian Purple #690229

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 27.7%

R = 70.95%
G = 1.35%
B = 27.7%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.61

 K value IS 0.59

RGB Variations

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

Color information

#690229 (or 0x690229) is known color: Tyrian Purple. HEX triplet: 69, 02 and 29. RGB value is (105,2,41). Sum of RGB (Red+Green+Blue) = 105+2+41=148 (19% of max value = 765). Red value is 105 (41.41% from 255 or 70.95% from 148); Green value is 2 (1.17% from 255 or 1.35% from 148); Blue value is 41 (16.41% from 255 or 27.70% from 148); Max value from RGB is 105 - color contains mainly: red. Hex color #690229 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690229 is #96FDD6. Grayscale: #252525. Windows color (decimal): -9895383 or 2687593. OLE color: 2687593.

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

Color convert

RGB 105 2 41 -
CMYK 0 0.98 0.61 0.59
HSL 337.28º 0.96% 0.21% -
HSV(B) 337.28º 0.98% 0.41% -
XYZ 6.25 3.21 2.39 -
YUV 37.24 130.12 176.33 -
System Red Green Blue C M Y K H S L
Decimal 105 2 41 0 0.98 0.61 0.59 337.28 0.96 0.21
Hex 69 2 29 0 62 3D 3B 151 60 15
Octal 151 2 51 0 142 75 73 521 140 25
Binary 1101001 10 101001 0 1100010 111101 111011 101010001 1100000 10101

Color Harmonies of #690229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690229

Black with #690229

Text Example


Text Example

White with #690229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690229; }

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

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

background-color css

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

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

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

border-color css

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

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

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