Html Css Color HEX #68053D Tyrian Purple

📋 copy color: '#68053D'

red 104 ◦ green 5 ◦ blue 61

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

Shades of Tyrian Purple #68053D

Tints of Tyrian Purple #68053D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 35.88%

R = 61.18%
G = 2.94%
B = 35.88%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.41

 K value IS 0.59

RGB Variations

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

Color information

#68053D (or 0x68053D) is known color: Tyrian Purple. HEX triplet: 68, 05 and 3D. RGB value is (104,5,61). Sum of RGB (Red+Green+Blue) = 104+5+61=170 (22% of max value = 765). Red value is 104 (41.02% from 255 or 61.18% from 170); Green value is 5 (2.34% from 255 or 2.94% from 170); Blue value is 61 (24.22% from 255 or 35.88% from 170); Max value from RGB is 104 - color contains mainly: red. Hex color #68053D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68053D is #97FAC2. Grayscale: #282828. Windows color (decimal): -9960131 or 3999080. OLE color: 3999080.

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

Color convert

RGB 104 5 61 -
CMYK 0 0.95 0.41 0.59
HSL 326.06º 0.91% 0.21% -
HSV(B) 326.06º 0.95% 0.41% -
XYZ 6.61 3.39 4.72 -
YUV 40.99 139.3 172.95 -
System Red Green Blue C M Y K H S L
Decimal 104 5 61 0 0.95 0.41 0.59 326.06 0.91 0.21
Hex 68 5 3D 0 5F 29 3B 146 5B 15
Octal 150 5 75 0 137 51 73 506 133 25
Binary 1101000 101 111101 0 1011111 101001 111011 101000110 1011011 10101

Color Harmonies of #68053D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68053D

Black with #68053D

Text Example


Text Example

White with #68053D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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