Html Css Color HEX #68042F Tyrian Purple

📋 copy color: '#68042F'

red 104 ◦ green 4 ◦ blue 47

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

Shades of Tyrian Purple #68042F

Tints of Tyrian Purple #68042F

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.58%

 BLUE value IS 47 (18.75% from 255) = 30.32%

R = 67.1%
G = 2.58%
B = 30.32%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.55

 K value IS 0.59

RGB Variations

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

Color information

#68042F (or 0x68042F) is known color: Tyrian Purple. HEX triplet: 68, 04 and 2F. RGB value is (104,4,47). Sum of RGB (Red+Green+Blue) = 104+4+47=155 (20% of max value = 765). Red value is 104 (41.02% from 255 or 67.10% from 155); Green value is 4 (1.95% from 255 or 2.58% from 155); Blue value is 47 (18.75% from 255 or 30.32% from 155); Max value from RGB is 104 - color contains mainly: red. Hex color #68042F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68042F is #97FBD0. Grayscale: #262626. Windows color (decimal): -9960401 or 3081320. OLE color: 3081320.

HSL color Cylindrical-coordinate representation of color #68042F: hue angle of 334.2º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #68042F is Cyan = 0, Magento = 0.96, Yellow = 0.55 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 4 47 -
CMYK 0 0.96 0.55 0.59
HSL 334.2º 0.93% 0.21% -
HSV(B) 334.2º 0.96% 0.41% -
XYZ 6.27 3.24 2.98 -
YUV 38.8 132.63 174.5 -
System Red Green Blue C M Y K H S L
Decimal 104 4 47 0 0.96 0.55 0.59 334.2 0.93 0.21
Hex 68 4 2F 0 60 37 3B 14E 5D 15
Octal 150 4 57 0 140 67 73 516 135 25
Binary 1101000 100 101111 0 1100000 110111 111011 101001110 1011101 10101

Color Harmonies of #68042F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68042F

Black with #68042F

Text Example


Text Example

White with #68042F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68042F; }

 p { color: rgb(104,4,47); }

 H1.HeaderClassName
 {
   color: #68042F;
 }
 .AnyTagClassName
 {
   color: #68042F;
 }
</style>

background-color css

<style>
 a { background-color: #68042F; }

 a { background-color: rgb(104,4,47); }

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

border-color css

<style>
 span { border-color: #68042F; }

 span { border-color: rgb(104,4,47); }

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