Html Css Color HEX #690242 Tyrian Purple

📋 copy color: '#690242'

red 105 ◦ green 2 ◦ blue 66

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

Shades of Tyrian Purple #690242

Tints of Tyrian Purple #690242

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 38.15%

R = 60.69%
G = 1.16%
B = 38.15%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.37

 K value IS 0.59

RGB Variations

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

Color information

#690242 (or 0x690242) is known color: Tyrian Purple. HEX triplet: 69, 02 and 42. RGB value is (105,2,66). Sum of RGB (Red+Green+Blue) = 105+2+66=173 (22% of max value = 765). Red value is 105 (41.41% from 255 or 60.69% from 173); Green value is 2 (1.17% from 255 or 1.16% from 173); Blue value is 66 (26.17% from 255 or 38.15% from 173); Max value from RGB is 105 - color contains mainly: red. Hex color #690242 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690242 is #96FDBD. Grayscale: #272727. Windows color (decimal): -9895358 or 4325993. OLE color: 4325993.

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

Color convert

RGB 105 2 66 -
CMYK 0 0.98 0.37 0.59
HSL 322.72º 0.96% 0.21% -
HSV(B) 322.72º 0.98% 0.41% -
XYZ 6.83 3.44 5.46 -
YUV 40.09 142.62 174.3 -
System Red Green Blue C M Y K H S L
Decimal 105 2 66 0 0.98 0.37 0.59 322.72 0.96 0.21
Hex 69 2 42 0 62 25 3B 143 60 15
Octal 151 2 102 0 142 45 73 503 140 25
Binary 1101001 10 1000010 0 1100010 100101 111011 101000011 1100000 10101

Color Harmonies of #690242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690242

Black with #690242

Text Example


Text Example

White with #690242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690242; }

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

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

background-color css

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

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

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

border-color css

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

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

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