Html Css Color HEX #68074D Tyrian Purple

📋 copy color: '#68074D'

red 104 ◦ green 7 ◦ blue 77

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

Shades of Tyrian Purple #68074D

Tints of Tyrian Purple #68074D

RGB

 RED value IS 104 (41.02% from 255) = 55.32%

 GREEN value IS 7 (3.13% from 255) = 3.72%

 BLUE value IS 77 (30.47% from 255) = 40.96%

R = 55.32%
G = 3.72%
B = 40.96%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.26

 K value IS 0.59

RGB Variations

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

Color information

#68074D (or 0x68074D) is known color: Tyrian Purple. HEX triplet: 68, 07 and 4D. RGB value is (104,7,77). Sum of RGB (Red+Green+Blue) = 104+7+77=188 (24% of max value = 765). Red value is 104 (41.02% from 255 or 55.32% from 188); Green value is 7 (3.12% from 255 or 3.72% from 188); Blue value is 77 (30.47% from 255 or 40.96% from 188); Max value from RGB is 104 - color contains mainly: red. Hex color #68074D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68074D is #97F8B2. Grayscale: #2B2B2B. Windows color (decimal): -9959603 or 5048168. OLE color: 5048168.

HSL color Cylindrical-coordinate representation of color #68074D: hue angle of 316.7º degrees, saturation: 0.87, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #68074D is Cyan = 0, Magento = 0.93, Yellow = 0.26 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 7 77 -
CMYK 0 0.93 0.26 0.59
HSL 316.7º 0.87% 0.22% -
HSV(B) 316.7º 0.93% 0.41% -
XYZ 7.12 3.63 7.35 -
YUV 43.98 146.64 170.81 -
System Red Green Blue C M Y K H S L
Decimal 104 7 77 0 0.93 0.26 0.59 316.7 0.87 0.22
Hex 68 7 4D 0 5D 1A 3B 13D 57 16
Octal 150 7 115 0 135 32 73 475 127 26
Binary 1101000 111 1001101 0 1011101 11010 111011 100111101 1010111 10110

Color Harmonies of #68074D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68074D

Black with #68074D

Text Example


Text Example

White with #68074D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68074D; }

 p { color: rgb(104,7,77); }

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

background-color css

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

 a { background-color: rgb(104,7,77); }

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

border-color css

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

 span { border-color: rgb(104,7,77); }

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