Html Css Color HEX #68072C Tyrian Purple

📋 copy color: '#68072C'

red 104 ◦ green 7 ◦ blue 44

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

Shades of Tyrian Purple #68072C

Tints of Tyrian Purple #68072C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 28.39%

R = 67.1%
G = 4.52%
B = 28.39%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.58

 K value IS 0.59

RGB Variations

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

Color information

#68072C (or 0x68072C) is known color: Tyrian Purple. HEX triplet: 68, 07 and 2C. RGB value is (104,7,44). Sum of RGB (Red+Green+Blue) = 104+7+44=155 (20% of max value = 765). Red value is 104 (41.02% from 255 or 67.10% from 155); Green value is 7 (3.12% from 255 or 4.52% from 155); Blue value is 44 (17.58% from 255 or 28.39% from 155); Max value from RGB is 104 - color contains mainly: red. Hex color #68072C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68072C is #97F8D3. Grayscale: #282828. Windows color (decimal): -9959636 or 2885480. OLE color: 2885480.

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

Color convert

RGB 104 7 44 -
CMYK 0 0.93 0.58 0.59
HSL 337.11º 0.87% 0.22% -
HSV(B) 337.11º 0.93% 0.41% -
XYZ 6.24 3.28 2.69 -
YUV 40.22 130.14 173.49 -
System Red Green Blue C M Y K H S L
Decimal 104 7 44 0 0.93 0.58 0.59 337.11 0.87 0.22
Hex 68 7 2C 0 5D 3A 3B 151 57 16
Octal 150 7 54 0 135 72 73 521 127 26
Binary 1101000 111 101100 0 1011101 111010 111011 101010001 1010111 10110

Color Harmonies of #68072C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68072C

Black with #68072C

Text Example


Text Example

White with #68072C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68072C; }

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

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

background-color css

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

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

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

border-color css

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

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

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