Html Css Color HEX #690333 Tyrian Purple

📋 copy color: '#690333'

red 105 ◦ green 3 ◦ blue 51

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

Shades of Tyrian Purple #690333

Tints of Tyrian Purple #690333

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 32.08%

R = 66.04%
G = 1.89%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.51

 K value IS 0.59

RGB Variations

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

Color information

#690333 (or 0x690333) is known color: Tyrian Purple. HEX triplet: 69, 03 and 33. RGB value is (105,3,51). Sum of RGB (Red+Green+Blue) = 105+3+51=159 (21% of max value = 765). Red value is 105 (41.41% from 255 or 66.04% from 159); Green value is 3 (1.56% from 255 or 1.89% from 159); Blue value is 51 (20.31% from 255 or 32.08% from 159); Max value from RGB is 105 - color contains mainly: red. Hex color #690333 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690333 is #96FCCC. Grayscale: #262626. Windows color (decimal): -9895117 or 3343209. OLE color: 3343209.

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

Color convert

RGB 105 3 51 -
CMYK 0 0.97 0.51 0.59
HSL 331.76º 0.94% 0.21% -
HSV(B) 331.76º 0.97% 0.41% -
XYZ 6.46 3.31 3.43 -
YUV 38.97 134.79 175.1 -
System Red Green Blue C M Y K H S L
Decimal 105 3 51 0 0.97 0.51 0.59 331.76 0.94 0.21
Hex 69 3 33 0 61 33 3B 14C 5E 15
Octal 151 3 63 0 141 63 73 514 136 25
Binary 1101001 11 110011 0 1100001 110011 111011 101001100 1011110 10101

Color Harmonies of #690333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690333

Black with #690333

Text Example


Text Example

White with #690333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690333; }

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

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

background-color css

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

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

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

border-color css

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

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

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