Html Css Color HEX #68072F Tyrian Purple

📋 copy color: '#68072F'

red 104 ◦ green 7 ◦ blue 47

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

Shades of Tyrian Purple #68072F

Tints of Tyrian Purple #68072F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 29.75%

R = 65.82%
G = 4.43%
B = 29.75%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.55

 K value IS 0.59

RGB Variations

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

Color information

#68072F (or 0x68072F) is known color: Tyrian Purple. HEX triplet: 68, 07 and 2F. RGB value is (104,7,47). Sum of RGB (Red+Green+Blue) = 104+7+47=158 (20% of max value = 765). Red value is 104 (41.02% from 255 or 65.82% from 158); Green value is 7 (3.12% from 255 or 4.43% from 158); Blue value is 47 (18.75% from 255 or 29.75% from 158); Max value from RGB is 104 - color contains mainly: red. Hex color #68072F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68072F is #97F8D0. Grayscale: #282828. Windows color (decimal): -9959633 or 3082088. OLE color: 3082088.

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

Color convert

RGB 104 7 47 -
CMYK 0 0.93 0.55 0.59
HSL 335.26º 0.87% 0.22% -
HSV(B) 335.26º 0.93% 0.41% -
XYZ 6.3 3.3 2.99 -
YUV 40.56 131.64 173.25 -
System Red Green Blue C M Y K H S L
Decimal 104 7 47 0 0.93 0.55 0.59 335.26 0.87 0.22
Hex 68 7 2F 0 5D 37 3B 14F 57 16
Octal 150 7 57 0 135 67 73 517 127 26
Binary 1101000 111 101111 0 1011101 110111 111011 101001111 1010111 10110

Color Harmonies of #68072F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68072F

Black with #68072F

Text Example


Text Example

White with #68072F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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