Html Css Color HEX #68052C Tyrian Purple

📋 copy color: '#68052C'

red 104 ◦ green 5 ◦ blue 44

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

Shades of Tyrian Purple #68052C

Tints of Tyrian Purple #68052C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 28.76%

R = 67.97%
G = 3.27%
B = 28.76%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.58

 K value IS 0.59

RGB Variations

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

Color information

#68052C (or 0x68052C) is known color: Tyrian Purple. HEX triplet: 68, 05 and 2C. RGB value is (104,5,44). Sum of RGB (Red+Green+Blue) = 104+5+44=153 (20% of max value = 765). Red value is 104 (41.02% from 255 or 67.97% from 153); Green value is 5 (2.34% from 255 or 3.27% from 153); Blue value is 44 (17.58% from 255 or 28.76% from 153); Max value from RGB is 104 - color contains mainly: red. Hex color #68052C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68052C is #97FAD3. Grayscale: #262626. Windows color (decimal): -9960148 or 2884968. OLE color: 2884968.

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

Color convert

RGB 104 5 44 -
CMYK 0 0.95 0.58 0.59
HSL 336.36º 0.91% 0.21% -
HSV(B) 336.36º 0.95% 0.41% -
XYZ 6.22 3.23 2.68 -
YUV 39.05 130.8 174.33 -
System Red Green Blue C M Y K H S L
Decimal 104 5 44 0 0.95 0.58 0.59 336.36 0.91 0.21
Hex 68 5 2C 0 5F 3A 3B 150 5B 15
Octal 150 5 54 0 137 72 73 520 133 25
Binary 1101000 101 101100 0 1011111 111010 111011 101010000 1011011 10101

Color Harmonies of #68052C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68052C

Black with #68052C

Text Example


Text Example

White with #68052C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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