Html Css Color HEX #68032E Tyrian Purple

📋 copy color: '#68032E'

red 104 ◦ green 3 ◦ blue 46

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

Shades of Tyrian Purple #68032E

Tints of Tyrian Purple #68032E

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.96%

 BLUE value IS 46 (18.36% from 255) = 30.07%

R = 67.97%
G = 1.96%
B = 30.07%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.56

 K value IS 0.59

RGB Variations

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

Color information

#68032E (or 0x68032E) is known color: Tyrian Purple. HEX triplet: 68, 03 and 2E. RGB value is (104,3,46). Sum of RGB (Red+Green+Blue) = 104+3+46=153 (20% of max value = 765). Red value is 104 (41.02% from 255 or 67.97% from 153); Green value is 3 (1.56% from 255 or 1.96% from 153); Blue value is 46 (18.36% from 255 or 30.07% from 153); Max value from RGB is 104 - color contains mainly: red. Hex color #68032E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68032E is #97FCD1. Grayscale: #262626. Windows color (decimal): -9960658 or 3015528. OLE color: 3015528.

HSL color Cylindrical-coordinate representation of color #68032E: hue angle of 334.46º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #68032E is Cyan = 0, Magento = 0.97, Yellow = 0.56 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 3 46 -
CMYK 0 0.97 0.56 0.59
HSL 334.46º 0.94% 0.21% -
HSV(B) 334.46º 0.97% 0.41% -
XYZ 6.23 3.21 2.87 -
YUV 38.1 132.46 175 -
System Red Green Blue C M Y K H S L
Decimal 104 3 46 0 0.97 0.56 0.59 334.46 0.94 0.21
Hex 68 3 2E 0 61 38 3B 14E 5E 15
Octal 150 3 56 0 141 70 73 516 136 25
Binary 1101000 11 101110 0 1100001 111000 111011 101001110 1011110 10101

Color Harmonies of #68032E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68032E

Black with #68032E

Text Example


Text Example

White with #68032E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68032E; }

 p { color: rgb(104,3,46); }

 H1.HeaderClassName
 {
   color: #68032E;
 }
 .AnyTagClassName
 {
   color: #68032E;
 }
</style>

background-color css

<style>
 a { background-color: #68032E; }

 a { background-color: rgb(104,3,46); }

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

border-color css

<style>
 span { border-color: #68032E; }

 span { border-color: rgb(104,3,46); }

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