Html Css Color HEX #68053A Tyrian Purple

📋 copy color: '#68053A'

red 104 ◦ green 5 ◦ blue 58

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

Shades of Tyrian Purple #68053A

Tints of Tyrian Purple #68053A

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.99%

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

R = 62.28%
G = 2.99%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.44

 K value IS 0.59

RGB Variations

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

Color information

#68053A (or 0x68053A) is known color: Tyrian Purple. HEX triplet: 68, 05 and 3A. RGB value is (104,5,58). Sum of RGB (Red+Green+Blue) = 104+5+58=167 (22% of max value = 765). Red value is 104 (41.02% from 255 or 62.28% from 167); Green value is 5 (2.34% from 255 or 2.99% from 167); Blue value is 58 (23.05% from 255 or 34.73% from 167); Max value from RGB is 104 - color contains mainly: red. Hex color #68053A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68053A is #97FAC5. Grayscale: #282828. Windows color (decimal): -9960134 or 3802472. OLE color: 3802472.

HSL color Cylindrical-coordinate representation of color #68053A: hue angle of 327.88º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #68053A is Cyan = 0, Magento = 0.95, Yellow = 0.44 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 5 58 -
CMYK 0 0.95 0.44 0.59
HSL 327.88º 0.91% 0.21% -
HSV(B) 327.88º 0.95% 0.41% -
XYZ 6.53 3.36 4.31 -
YUV 40.64 137.8 173.19 -
System Red Green Blue C M Y K H S L
Decimal 104 5 58 0 0.95 0.44 0.59 327.88 0.91 0.21
Hex 68 5 3A 0 5F 2C 3B 148 5B 15
Octal 150 5 72 0 137 54 73 510 133 25
Binary 1101000 101 111010 0 1011111 101100 111011 101001000 1011011 10101

Color Harmonies of #68053A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68053A

Black with #68053A

Text Example


Text Example

White with #68053A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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