Html Css Color HEX #690335 Tyrian Purple

📋 copy color: '#690335'

red 105 ◦ green 3 ◦ blue 53

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

Shades of Tyrian Purple #690335

Tints of Tyrian Purple #690335

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.86%

 BLUE value IS 53 (21.09% from 255) = 32.92%

R = 65.22%
G = 1.86%
B = 32.92%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.50

 K value IS 0.59

RGB Variations

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

Color information

#690335 (or 0x690335) is known color: Tyrian Purple. HEX triplet: 69, 03 and 35. RGB value is (105,3,53). Sum of RGB (Red+Green+Blue) = 105+3+53=161 (21% of max value = 765). Red value is 105 (41.41% from 255 or 65.22% from 161); Green value is 3 (1.56% from 255 or 1.86% from 161); Blue value is 53 (21.09% from 255 or 32.92% from 161); Max value from RGB is 105 - color contains mainly: red. Hex color #690335 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690335 is #96FCCA. Grayscale: #272727. Windows color (decimal): -9895115 or 3474281. OLE color: 3474281.

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

Color convert

RGB 105 3 53 -
CMYK 0 0.97 0.50 0.59
HSL 330.59º 0.94% 0.21% -
HSV(B) 330.59º 0.97% 0.41% -
XYZ 6.5 3.33 3.67 -
YUV 39.2 135.79 174.93 -
System Red Green Blue C M Y K H S L
Decimal 105 3 53 0 0.97 0.50 0.59 330.59 0.94 0.21
Hex 69 3 35 0 61 32 3B 14B 5E 15
Octal 151 3 65 0 141 62 73 513 136 25
Binary 1101001 11 110101 0 1100001 110010 111011 101001011 1011110 10101

Color Harmonies of #690335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690335

Black with #690335

Text Example


Text Example

White with #690335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690335; }

 p { color: rgb(105,3,53); }

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

background-color css

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

 a { background-color: rgb(105,3,53); }

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

border-color css

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

 span { border-color: rgb(105,3,53); }

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