Html Css Color HEX #68013A Tyrian Purple

📋 copy color: '#68013A'

red 104 ◦ green 1 ◦ blue 58

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

Shades of Tyrian Purple #68013A

Tints of Tyrian Purple #68013A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.61%

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

R = 63.8%
G = 0.61%
B = 35.58%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.44

 K value IS 0.59

RGB Variations

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

Color information

#68013A (or 0x68013A) is known color: Tyrian Purple. HEX triplet: 68, 01 and 3A. RGB value is (104,1,58). Sum of RGB (Red+Green+Blue) = 104+1+58=163 (21% of max value = 765). Red value is 104 (41.02% from 255 or 63.80% from 163); Green value is 1 (0.78% from 255 or 0.61% from 163); Blue value is 58 (23.05% from 255 or 35.58% from 163); Max value from RGB is 104 - color contains mainly: red. Hex color #68013A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68013A is #97FEC5. Grayscale: #262626. Windows color (decimal): -9961158 or 3801448. OLE color: 3801448.

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

Color convert

RGB 104 1 58 -
CMYK 0 0.99 0.44 0.59
HSL 326.8º 0.98% 0.21% -
HSV(B) 326.8º 0.99% 0.41% -
XYZ 6.48 3.27 4.29 -
YUV 38.3 139.12 174.87 -
System Red Green Blue C M Y K H S L
Decimal 104 1 58 0 0.99 0.44 0.59 326.8 0.98 0.21
Hex 68 1 3A 0 63 2C 3B 147 62 15
Octal 150 1 72 0 143 54 73 507 142 25
Binary 1101000 1 111010 0 1100011 101100 111011 101000111 1100010 10101

Color Harmonies of #68013A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68013A

Black with #68013A

Text Example


Text Example

White with #68013A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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