Html Css Color HEX #690246 Tyrian Purple

📋 copy color: '#690246'

red 105 ◦ green 2 ◦ blue 70

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

Shades of Tyrian Purple #690246

Tints of Tyrian Purple #690246

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 39.55%

R = 59.32%
G = 1.13%
B = 39.55%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.33

 K value IS 0.59

RGB Variations

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

Color information

#690246 (or 0x690246) is known color: Tyrian Purple. HEX triplet: 69, 02 and 46. RGB value is (105,2,70). Sum of RGB (Red+Green+Blue) = 105+2+70=177 (23% of max value = 765). Red value is 105 (41.41% from 255 or 59.32% from 177); Green value is 2 (1.17% from 255 or 1.13% from 177); Blue value is 70 (27.73% from 255 or 39.55% from 177); Max value from RGB is 105 - color contains mainly: red. Hex color #690246 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690246 is #96FDB9. Grayscale: #282828. Windows color (decimal): -9895354 or 4588137. OLE color: 4588137.

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

Color convert

RGB 105 2 70 -
CMYK 0 0.98 0.33 0.59
HSL 320.39º 0.96% 0.21% -
HSV(B) 320.39º 0.98% 0.41% -
XYZ 6.95 3.49 6.1 -
YUV 40.55 144.62 173.97 -
System Red Green Blue C M Y K H S L
Decimal 105 2 70 0 0.98 0.33 0.59 320.39 0.96 0.21
Hex 69 2 46 0 62 21 3B 140 60 15
Octal 151 2 106 0 142 41 73 500 140 25
Binary 1101001 10 1000110 0 1100010 100001 111011 101000000 1100000 10101

Color Harmonies of #690246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690246

Black with #690246

Text Example


Text Example

White with #690246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690246; }

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

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

background-color css

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

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

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

border-color css

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

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

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