Html Css Color HEX #690251 Tyrian Purple

📋 copy color: '#690251'

red 105 ◦ green 2 ◦ blue 81

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

Shades of Tyrian Purple #690251

Tints of Tyrian Purple #690251

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 43.09%

R = 55.85%
G = 1.06%
B = 43.09%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.23

 K value IS 0.59

RGB Variations

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

Color information

#690251 (or 0x690251) is known color: Tyrian Purple. HEX triplet: 69, 02 and 51. RGB value is (105,2,81). Sum of RGB (Red+Green+Blue) = 105+2+81=188 (24% of max value = 765). Red value is 105 (41.41% from 255 or 55.85% from 188); Green value is 2 (1.17% from 255 or 1.06% from 188); Blue value is 81 (32.03% from 255 or 43.09% from 188); Max value from RGB is 105 - color contains mainly: red. Hex color #690251 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690251 is #96FDAE. Grayscale: #292929. Windows color (decimal): -9895343 or 5309033. OLE color: 5309033.

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

Color convert

RGB 105 2 81 -
CMYK 0 0.98 0.23 0.59
HSL 313.98º 0.96% 0.21% -
HSV(B) 313.98º 0.98% 0.41% -
XYZ 7.33 3.64 8.1 -
YUV 41.8 150.12 173.08 -
System Red Green Blue C M Y K H S L
Decimal 105 2 81 0 0.98 0.23 0.59 313.98 0.96 0.21
Hex 69 2 51 0 62 17 3B 13A 60 15
Octal 151 2 121 0 142 27 73 472 140 25
Binary 1101001 10 1010001 0 1100010 10111 111011 100111010 1100000 10101

Color Harmonies of #690251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690251

Black with #690251

Text Example


Text Example

White with #690251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690251; }

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

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

background-color css

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

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

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

border-color css

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

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

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