Html Css Color HEX #68002A Tyrian Purple

📋 copy color: '#68002A'

red 104 ◦ green 0 ◦ blue 42

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

Shades of Tyrian Purple #68002A

Tints of Tyrian Purple #68002A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 71.23%
G = 0%
B = 28.77%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.60

 K value IS 0.59

RGB Variations

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

Color information

#68002A (or 0x68002A) is known color: Tyrian Purple. HEX triplet: 68, 00 and 2A. RGB value is (104,0,42). Sum of RGB (Red+Green+Blue) = 104+0+42=146 (19% of max value = 765). Red value is 104 (41.02% from 255 or 71.23% from 146); Green value is 0 (0.39% from 255 or 0% from 146); Blue value is 42 (16.80% from 255 or 28.77% from 146); Max value from RGB is 104 - color contains mainly: red. Hex color #68002A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68002A is #97FFD5. Grayscale: #232323. Windows color (decimal): -9961430 or 2752616. OLE color: 2752616.

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

Color convert

RGB 104 0 42 -
CMYK 0 1 0.60 0.59
HSL 335.77º 1% 0.2% -
HSV(B) 335.77º 1% 0.41% -
XYZ 6.13 3.11 2.47 -
YUV 35.88 131.46 176.58 -
System Red Green Blue C M Y K H S L
Decimal 104 0 42 0 1 0.60 0.59 335.77 1 0.2
Hex 68 0 2A 0 64 3C 3B 150 64 14
Octal 150 0 52 0 144 74 73 520 144 24
Binary 1101000 0 101010 0 1100100 111100 111011 101010000 1100100 10100

Color Harmonies of #68002A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68002A

Black with #68002A

Text Example


Text Example

White with #68002A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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