Html Css Color HEX #68074F Tyrian Purple

📋 copy color: '#68074F'

red 104 ◦ green 7 ◦ blue 79

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

Shades of Tyrian Purple #68074F

Tints of Tyrian Purple #68074F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 41.58%

R = 54.74%
G = 3.68%
B = 41.58%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.24

 K value IS 0.59

RGB Variations

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

Color information

#68074F (or 0x68074F) is known color: Tyrian Purple. HEX triplet: 68, 07 and 4F. RGB value is (104,7,79). Sum of RGB (Red+Green+Blue) = 104+7+79=190 (25% of max value = 765). Red value is 104 (41.02% from 255 or 54.74% from 190); Green value is 7 (3.12% from 255 or 3.68% from 190); Blue value is 79 (31.25% from 255 or 41.58% from 190); Max value from RGB is 104 - color contains mainly: red. Hex color #68074F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68074F is #97F8B0. Grayscale: #2C2C2C. Windows color (decimal): -9959601 or 5179240. OLE color: 5179240.

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

Color convert

RGB 104 7 79 -
CMYK 0 0.93 0.24 0.59
HSL 315.46º 0.87% 0.22% -
HSV(B) 315.46º 0.93% 0.41% -
XYZ 7.2 3.66 7.72 -
YUV 44.21 147.64 170.65 -
System Red Green Blue C M Y K H S L
Decimal 104 7 79 0 0.93 0.24 0.59 315.46 0.87 0.22
Hex 68 7 4F 0 5D 18 3B 13B 57 16
Octal 150 7 117 0 135 30 73 473 127 26
Binary 1101000 111 1001111 0 1011101 11000 111011 100111011 1010111 10110

Color Harmonies of #68074F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68074F

Black with #68074F

Text Example


Text Example

White with #68074F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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