Html Css Color HEX #68003A Tyrian Purple

📋 copy color: '#68003A'

red 104 ◦ green 0 ◦ blue 58

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

Shades of Tyrian Purple #68003A

Tints of Tyrian Purple #68003A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 35.8%

R = 64.2%
G = 0%
B = 35.8%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.44

 K value IS 0.59

RGB Variations

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

Color information

#68003A (or 0x68003A) is known color: Tyrian Purple. HEX triplet: 68, 00 and 3A. RGB value is (104,0,58). Sum of RGB (Red+Green+Blue) = 104+0+58=162 (21% of max value = 765). Red value is 104 (41.02% from 255 or 64.20% from 162); Green value is 0 (0.39% from 255 or 0% from 162); Blue value is 58 (23.05% from 255 or 35.80% from 162); Max value from RGB is 104 - color contains mainly: red. Hex color #68003A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68003A is #97FFC5. Grayscale: #252525. Windows color (decimal): -9961414 or 3801192. OLE color: 3801192.

HSL color Cylindrical-coordinate representation of color #68003A: hue angle of 326.54º 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 #68003A is Cyan = 0, Magento = 1, Yellow = 0.44 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 0 58 -
CMYK 0 1 0.44 0.59
HSL 326.54º 1% 0.2% -
HSV(B) 326.54º 1% 0.41% -
XYZ 6.47 3.25 4.29 -
YUV 37.71 139.46 175.28 -
System Red Green Blue C M Y K H S L
Decimal 104 0 58 0 1 0.44 0.59 326.54 1 0.2
Hex 68 0 3A 0 64 2C 3B 147 64 14
Octal 150 0 72 0 144 54 73 507 144 24
Binary 1101000 0 111010 0 1100100 101100 111011 101000111 1100100 10100

Color Harmonies of #68003A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68003A

Black with #68003A

Text Example


Text Example

White with #68003A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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