Html Css Color HEX #68062D Tyrian Purple

📋 copy color: '#68062D'

red 104 ◦ green 6 ◦ blue 45

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

Shades of Tyrian Purple #68062D

Tints of Tyrian Purple #68062D

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.87%

 BLUE value IS 45 (17.97% from 255) = 29.03%

R = 67.1%
G = 3.87%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.57

 K value IS 0.59

RGB Variations

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

Color information

#68062D (or 0x68062D) is known color: Tyrian Purple. HEX triplet: 68, 06 and 2D. RGB value is (104,6,45). Sum of RGB (Red+Green+Blue) = 104+6+45=155 (20% of max value = 765). Red value is 104 (41.02% from 255 or 67.10% from 155); Green value is 6 (2.73% from 255 or 3.87% from 155); Blue value is 45 (17.97% from 255 or 29.03% from 155); Max value from RGB is 104 - color contains mainly: red. Hex color #68062D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68062D is #97F9D2. Grayscale: #272727. Windows color (decimal): -9959891 or 2950760. OLE color: 2950760.

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

Color convert

RGB 104 6 45 -
CMYK 0 0.94 0.57 0.59
HSL 336.12º 0.89% 0.22% -
HSV(B) 336.12º 0.94% 0.41% -
XYZ 6.25 3.26 2.78 -
YUV 39.75 130.97 173.83 -
System Red Green Blue C M Y K H S L
Decimal 104 6 45 0 0.94 0.57 0.59 336.12 0.89 0.22
Hex 68 6 2D 0 5E 39 3B 150 59 16
Octal 150 6 55 0 136 71 73 520 131 26
Binary 1101000 110 101101 0 1011110 111001 111011 101010000 1011001 10110

Color Harmonies of #68062D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68062D

Black with #68062D

Text Example


Text Example

White with #68062D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,6,45); }

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

background-color css

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

 a { background-color: rgb(104,6,45); }

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

border-color css

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

 span { border-color: rgb(104,6,45); }

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