Html Css Color HEX #68042A Tyrian Purple

📋 copy color: '#68042A'

red 104 ◦ green 4 ◦ blue 42

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

Shades of Tyrian Purple #68042A

Tints of Tyrian Purple #68042A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 28%

R = 69.33%
G = 2.67%
B = 28%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.60

 K value IS 0.59

RGB Variations

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

Color information

#68042A (or 0x68042A) is known color: Tyrian Purple. HEX triplet: 68, 04 and 2A. RGB value is (104,4,42). Sum of RGB (Red+Green+Blue) = 104+4+42=150 (19% of max value = 765). Red value is 104 (41.02% from 255 or 69.33% from 150); Green value is 4 (1.95% from 255 or 2.67% from 150); Blue value is 42 (16.80% from 255 or 28% from 150); Max value from RGB is 104 - color contains mainly: red. Hex color #68042A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68042A is #97FBD5. Grayscale: #262626. Windows color (decimal): -9960406 or 2753640. OLE color: 2753640.

HSL color Cylindrical-coordinate representation of color #68042A: hue angle of 337.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 #68042A is Cyan = 0, Magento = 0.96, Yellow = 0.60 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 4 42 -
CMYK 0 0.96 0.60 0.59
HSL 337.2º 0.93% 0.21% -
HSV(B) 337.2º 0.96% 0.41% -
XYZ 6.17 3.2 2.48 -
YUV 38.23 130.13 174.91 -
System Red Green Blue C M Y K H S L
Decimal 104 4 42 0 0.96 0.60 0.59 337.2 0.93 0.21
Hex 68 4 2A 0 60 3C 3B 151 5D 15
Octal 150 4 52 0 140 74 73 521 135 25
Binary 1101000 100 101010 0 1100000 111100 111011 101010001 1011101 10101

Color Harmonies of #68042A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68042A

Black with #68042A

Text Example


Text Example

White with #68042A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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