Html Css Color HEX #68063A Tyrian Purple

📋 copy color: '#68063A'

red 104 ◦ green 6 ◦ blue 58

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

Shades of Tyrian Purple #68063A

Tints of Tyrian Purple #68063A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 34.52%

R = 61.9%
G = 3.57%
B = 34.52%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.44

 K value IS 0.59

RGB Variations

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

Color information

#68063A (or 0x68063A) is known color: Tyrian Purple. HEX triplet: 68, 06 and 3A. RGB value is (104,6,58). Sum of RGB (Red+Green+Blue) = 104+6+58=168 (22% of max value = 765). Red value is 104 (41.02% from 255 or 61.90% from 168); Green value is 6 (2.73% from 255 or 3.57% from 168); Blue value is 58 (23.05% from 255 or 34.52% from 168); Max value from RGB is 104 - color contains mainly: red. Hex color #68063A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68063A is #97F9C5. Grayscale: #292929. Windows color (decimal): -9959878 or 3802728. OLE color: 3802728.

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

Color convert

RGB 104 6 58 -
CMYK 0 0.94 0.44 0.59
HSL 328.16º 0.89% 0.22% -
HSV(B) 328.16º 0.94% 0.41% -
XYZ 6.54 3.38 4.31 -
YUV 41.23 137.47 172.77 -
System Red Green Blue C M Y K H S L
Decimal 104 6 58 0 0.94 0.44 0.59 328.16 0.89 0.22
Hex 68 6 3A 0 5E 2C 3B 148 59 16
Octal 150 6 72 0 136 54 73 510 131 26
Binary 1101000 110 111010 0 1011110 101100 111011 101001000 1011001 10110

Color Harmonies of #68063A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68063A

Black with #68063A

Text Example


Text Example

White with #68063A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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