Html Css Color HEX #68022A Tyrian Purple

📋 copy color: '#68022A'

red 104 ◦ green 2 ◦ blue 42

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

Shades of Tyrian Purple #68022A

Tints of Tyrian Purple #68022A

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.35%

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

R = 70.27%
G = 1.35%
B = 28.38%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.60

 K value IS 0.59

RGB Variations

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

Color information

#68022A (or 0x68022A) is known color: Tyrian Purple. HEX triplet: 68, 02 and 2A. RGB value is (104,2,42). Sum of RGB (Red+Green+Blue) = 104+2+42=148 (19% of max value = 765). Red value is 104 (41.02% from 255 or 70.27% from 148); Green value is 2 (1.17% from 255 or 1.35% from 148); Blue value is 42 (16.80% from 255 or 28.38% from 148); Max value from RGB is 104 - color contains mainly: red. Hex color #68022A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68022A is #97FDD5. Grayscale: #252525. Windows color (decimal): -9960918 or 2753128. OLE color: 2753128.

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

Color convert

RGB 104 2 42 -
CMYK 0 0.98 0.60 0.59
HSL 336.47º 0.96% 0.21% -
HSV(B) 336.47º 0.98% 0.41% -
XYZ 6.15 3.15 2.48 -
YUV 37.06 130.79 175.75 -
System Red Green Blue C M Y K H S L
Decimal 104 2 42 0 0.98 0.60 0.59 336.47 0.96 0.21
Hex 68 2 2A 0 62 3C 3B 150 60 15
Octal 150 2 52 0 142 74 73 520 140 25
Binary 1101000 10 101010 0 1100010 111100 111011 101010000 1100000 10101

Color Harmonies of #68022A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68022A

Black with #68022A

Text Example


Text Example

White with #68022A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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