Html Css Color HEX #690234 Tyrian Purple

📋 copy color: '#690234'

red 105 ◦ green 2 ◦ blue 52

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

Shades of Tyrian Purple #690234

Tints of Tyrian Purple #690234

RGB

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

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

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

R = 66.04%
G = 1.26%
B = 32.7%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.50

 K value IS 0.59

RGB Variations

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

Color information

#690234 (or 0x690234) is known color: Tyrian Purple. HEX triplet: 69, 02 and 34. RGB value is (105,2,52). Sum of RGB (Red+Green+Blue) = 105+2+52=159 (21% of max value = 765). Red value is 105 (41.41% from 255 or 66.04% from 159); Green value is 2 (1.17% from 255 or 1.26% from 159); Blue value is 52 (20.70% from 255 or 32.70% from 159); Max value from RGB is 105 - color contains mainly: red. Hex color #690234 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690234 is #96FDCB. Grayscale: #262626. Windows color (decimal): -9895372 or 3408489. OLE color: 3408489.

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

Color convert

RGB 105 2 52 -
CMYK 0 0.98 0.50 0.59
HSL 330.87º 0.96% 0.21% -
HSV(B) 330.87º 0.98% 0.41% -
XYZ 6.47 3.29 3.54 -
YUV 38.5 135.62 175.43 -
System Red Green Blue C M Y K H S L
Decimal 105 2 52 0 0.98 0.50 0.59 330.87 0.96 0.21
Hex 69 2 34 0 62 32 3B 14B 60 15
Octal 151 2 64 0 142 62 73 513 140 25
Binary 1101001 10 110100 0 1100010 110010 111011 101001011 1100000 10101

Color Harmonies of #690234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690234

Black with #690234

Text Example


Text Example

White with #690234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690234; }

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

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

background-color css

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

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

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

border-color css

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

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

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