Html Css Color HEX #690243 Tyrian Purple

📋 copy color: '#690243'

red 105 ◦ green 2 ◦ blue 67

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

Shades of Tyrian Purple #690243

Tints of Tyrian Purple #690243

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 38.51%

R = 60.34%
G = 1.15%
B = 38.51%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.36

 K value IS 0.59

RGB Variations

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

Color information

#690243 (or 0x690243) is known color: Tyrian Purple. HEX triplet: 69, 02 and 43. RGB value is (105,2,67). Sum of RGB (Red+Green+Blue) = 105+2+67=174 (23% of max value = 765). Red value is 105 (41.41% from 255 or 60.34% from 174); Green value is 2 (1.17% from 255 or 1.15% from 174); Blue value is 67 (26.56% from 255 or 38.51% from 174); Max value from RGB is 105 - color contains mainly: red. Hex color #690243 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690243 is #96FDBC. Grayscale: #282828. Windows color (decimal): -9895357 or 4391529. OLE color: 4391529.

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

Color convert

RGB 105 2 67 -
CMYK 0 0.98 0.36 0.59
HSL 322.14º 0.96% 0.21% -
HSV(B) 322.14º 0.98% 0.41% -
XYZ 6.86 3.45 5.61 -
YUV 40.21 143.12 174.21 -
System Red Green Blue C M Y K H S L
Decimal 105 2 67 0 0.98 0.36 0.59 322.14 0.96 0.21
Hex 69 2 43 0 62 24 3B 142 60 15
Octal 151 2 103 0 142 44 73 502 140 25
Binary 1101001 10 1000011 0 1100010 100100 111011 101000010 1100000 10101

Color Harmonies of #690243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690243

Black with #690243

Text Example


Text Example

White with #690243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690243; }

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

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

background-color css

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

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

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

border-color css

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

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

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