Html Css Color HEX #68053C Tyrian Purple

📋 copy color: '#68053C'

red 104 ◦ green 5 ◦ blue 60

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

Shades of Tyrian Purple #68053C

Tints of Tyrian Purple #68053C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 35.5%

R = 61.54%
G = 2.96%
B = 35.5%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.42

 K value IS 0.59

RGB Variations

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

Color information

#68053C (or 0x68053C) is known color: Tyrian Purple. HEX triplet: 68, 05 and 3C. RGB value is (104,5,60). Sum of RGB (Red+Green+Blue) = 104+5+60=169 (22% of max value = 765). Red value is 104 (41.02% from 255 or 61.54% from 169); Green value is 5 (2.34% from 255 or 2.96% from 169); Blue value is 60 (23.83% from 255 or 35.50% from 169); Max value from RGB is 104 - color contains mainly: red. Hex color #68053C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68053C is #97FAC3. Grayscale: #282828. Windows color (decimal): -9960132 or 3933544. OLE color: 3933544.

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

Color convert

RGB 104 5 60 -
CMYK 0 0.95 0.42 0.59
HSL 326.67º 0.91% 0.21% -
HSV(B) 326.67º 0.95% 0.41% -
XYZ 6.58 3.38 4.58 -
YUV 40.87 138.8 173.03 -
System Red Green Blue C M Y K H S L
Decimal 104 5 60 0 0.95 0.42 0.59 326.67 0.91 0.21
Hex 68 5 3C 0 5F 2A 3B 147 5B 15
Octal 150 5 74 0 137 52 73 507 133 25
Binary 1101000 101 111100 0 1011111 101010 111011 101000111 1011011 10101

Color Harmonies of #68053C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68053C

Black with #68053C

Text Example


Text Example

White with #68053C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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