Html Css Color HEX #690257 Tyrian Purple

📋 copy color: '#690257'

red 105 ◦ green 2 ◦ blue 87

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

Shades of Tyrian Purple #690257

Tints of Tyrian Purple #690257

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 44.85%

R = 54.12%
G = 1.03%
B = 44.85%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.17

 K value IS 0.59

RGB Variations

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

Color information

#690257 (or 0x690257) is known color: Tyrian Purple. HEX triplet: 69, 02 and 57. RGB value is (105,2,87). Sum of RGB (Red+Green+Blue) = 105+2+87=194 (25% of max value = 765). Red value is 105 (41.41% from 255 or 54.12% from 194); Green value is 2 (1.17% from 255 or 1.03% from 194); Blue value is 87 (34.38% from 255 or 44.85% from 194); Max value from RGB is 105 - color contains mainly: red. Hex color #690257 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690257 is #96FDA8. Grayscale: #2A2A2A. Windows color (decimal): -9895337 or 5702249. OLE color: 5702249.

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

Color convert

RGB 105 2 87 -
CMYK 0 0.98 0.17 0.59
HSL 310.49º 0.96% 0.21% -
HSV(B) 310.49º 0.98% 0.41% -
XYZ 7.57 3.73 9.34 -
YUV 42.49 153.12 172.59 -
System Red Green Blue C M Y K H S L
Decimal 105 2 87 0 0.98 0.17 0.59 310.49 0.96 0.21
Hex 69 2 57 0 62 11 3B 136 60 15
Octal 151 2 127 0 142 21 73 466 140 25
Binary 1101001 10 1010111 0 1100010 10001 111011 100110110 1100000 10101

Color Harmonies of #690257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690257

Black with #690257

Text Example


Text Example

White with #690257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690257; }

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

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

background-color css

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

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

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

border-color css

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

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

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