Html Css Color HEX #690338 Tyrian Purple

📋 copy color: '#690338'

red 105 ◦ green 3 ◦ blue 56

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

Shades of Tyrian Purple #690338

Tints of Tyrian Purple #690338

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 34.15%

R = 64.02%
G = 1.83%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.47

 K value IS 0.59

RGB Variations

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

Color information

#690338 (or 0x690338) is known color: Tyrian Purple. HEX triplet: 69, 03 and 38. RGB value is (105,3,56). Sum of RGB (Red+Green+Blue) = 105+3+56=164 (21% of max value = 765). Red value is 105 (41.41% from 255 or 64.02% from 164); Green value is 3 (1.56% from 255 or 1.83% from 164); Blue value is 56 (22.27% from 255 or 34.15% from 164); Max value from RGB is 105 - color contains mainly: red. Hex color #690338 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690338 is #96FCC7. Grayscale: #272727. Windows color (decimal): -9895112 or 3670889. OLE color: 3670889.

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

Color convert

RGB 105 3 56 -
CMYK 0 0.97 0.47 0.59
HSL 328.82º 0.94% 0.21% -
HSV(B) 328.82º 0.97% 0.41% -
XYZ 6.57 3.35 4.04 -
YUV 39.54 137.29 174.69 -
System Red Green Blue C M Y K H S L
Decimal 105 3 56 0 0.97 0.47 0.59 328.82 0.94 0.21
Hex 69 3 38 0 61 2F 3B 149 5E 15
Octal 151 3 70 0 141 57 73 511 136 25
Binary 1101001 11 111000 0 1100001 101111 111011 101001001 1011110 10101

Color Harmonies of #690338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690338

Black with #690338

Text Example


Text Example

White with #690338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690338; }

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

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

background-color css

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

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

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

border-color css

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

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

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