Html Css Color HEX #68074A Tyrian Purple

📋 copy color: '#68074A'

red 104 ◦ green 7 ◦ blue 74

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

Shades of Tyrian Purple #68074A

Tints of Tyrian Purple #68074A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 40%

R = 56.22%
G = 3.78%
B = 40%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.29

 K value IS 0.59

RGB Variations

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

Color information

#68074A (or 0x68074A) is known color: Tyrian Purple. HEX triplet: 68, 07 and 4A. RGB value is (104,7,74). Sum of RGB (Red+Green+Blue) = 104+7+74=185 (24% of max value = 765). Red value is 104 (41.02% from 255 or 56.22% from 185); Green value is 7 (3.12% from 255 or 3.78% from 185); Blue value is 74 (29.30% from 255 or 40% from 185); Max value from RGB is 104 - color contains mainly: red. Hex color #68074A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68074A is #97F8B5. Grayscale: #2B2B2B. Windows color (decimal): -9959606 or 4851560. OLE color: 4851560.

HSL color Cylindrical-coordinate representation of color #68074A: hue angle of 318.56º 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 #68074A is Cyan = 0, Magento = 0.93, Yellow = 0.29 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 7 74 -
CMYK 0 0.93 0.29 0.59
HSL 318.56º 0.87% 0.22% -
HSV(B) 318.56º 0.93% 0.41% -
XYZ 7.02 3.59 6.8 -
YUV 43.64 145.14 171.05 -
System Red Green Blue C M Y K H S L
Decimal 104 7 74 0 0.93 0.29 0.59 318.56 0.87 0.22
Hex 68 7 4A 0 5D 1D 3B 13F 57 16
Octal 150 7 112 0 135 35 73 477 127 26
Binary 1101000 111 1001010 0 1011101 11101 111011 100111111 1010111 10110

Color Harmonies of #68074A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68074A

Black with #68074A

Text Example


Text Example

White with #68074A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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