Html Css Color HEX #68034B Tyrian Purple

📋 copy color: '#68034B'

red 104 ◦ green 3 ◦ blue 75

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

Shades of Tyrian Purple #68034B

Tints of Tyrian Purple #68034B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 41.21%

R = 57.14%
G = 1.65%
B = 41.21%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.28

 K value IS 0.59

RGB Variations

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

Color information

#68034B (or 0x68034B) is known color: Tyrian Purple. HEX triplet: 68, 03 and 4B. RGB value is (104,3,75). Sum of RGB (Red+Green+Blue) = 104+3+75=182 (24% of max value = 765). Red value is 104 (41.02% from 255 or 57.14% from 182); Green value is 3 (1.56% from 255 or 1.65% from 182); Blue value is 75 (29.69% from 255 or 41.21% from 182); Max value from RGB is 104 - color contains mainly: red. Hex color #68034B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68034B is #97FCB4. Grayscale: #292929. Windows color (decimal): -9960629 or 4916072. OLE color: 4916072.

HSL color Cylindrical-coordinate representation of color #68034B: hue angle of 317.23º 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 #68034B is Cyan = 0, Magento = 0.97, Yellow = 0.28 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 3 75 -
CMYK 0 0.97 0.28 0.59
HSL 317.23º 0.94% 0.21% -
HSV(B) 317.23º 0.97% 0.41% -
XYZ 7.01 3.52 6.97 -
YUV 41.41 146.96 172.65 -
System Red Green Blue C M Y K H S L
Decimal 104 3 75 0 0.97 0.28 0.59 317.23 0.94 0.21
Hex 68 3 4B 0 61 1C 3B 13D 5E 15
Octal 150 3 113 0 141 34 73 475 136 25
Binary 1101000 11 1001011 0 1100001 11100 111011 100111101 1011110 10101

Color Harmonies of #68034B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68034B

Black with #68034B

Text Example


Text Example

White with #68034B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68034B; }

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

 H1.HeaderClassName
 {
   color: #68034B;
 }
 .AnyTagClassName
 {
   color: #68034B;
 }
</style>

background-color css

<style>
 a { background-color: #68034B; }

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

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

border-color css

<style>
 span { border-color: #68034B; }

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

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