Html Css Color HEX #68013E Tyrian Purple

📋 copy color: '#68013E'

red 104 ◦ green 1 ◦ blue 62

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

Shades of Tyrian Purple #68013E

Tints of Tyrian Purple #68013E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 37.13%

R = 62.28%
G = 0.6%
B = 37.13%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.40

 K value IS 0.59

RGB Variations

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

Color information

#68013E (or 0x68013E) is known color: Tyrian Purple. HEX triplet: 68, 01 and 3E. RGB value is (104,1,62). Sum of RGB (Red+Green+Blue) = 104+1+62=167 (22% of max value = 765). Red value is 104 (41.02% from 255 or 62.28% from 167); Green value is 1 (0.78% from 255 or 0.60% from 167); Blue value is 62 (24.61% from 255 or 37.13% from 167); Max value from RGB is 104 - color contains mainly: red. Hex color #68013E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68013E is #97FEC1. Grayscale: #262626. Windows color (decimal): -9961154 or 4063592. OLE color: 4063592.

HSL color Cylindrical-coordinate representation of color #68013E: hue angle of 324.47º 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 #68013E is Cyan = 0, Magento = 0.99, Yellow = 0.40 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 1 62 -
CMYK 0 0.99 0.40 0.59
HSL 324.47º 0.98% 0.21% -
HSV(B) 324.47º 0.99% 0.41% -
XYZ 6.59 3.31 4.85 -
YUV 38.75 141.12 174.54 -
System Red Green Blue C M Y K H S L
Decimal 104 1 62 0 0.99 0.40 0.59 324.47 0.98 0.21
Hex 68 1 3E 0 63 28 3B 144 62 15
Octal 150 1 76 0 143 50 73 504 142 25
Binary 1101000 1 111110 0 1100011 101000 111011 101000100 1100010 10101

Color Harmonies of #68013E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68013E

Black with #68013E

Text Example


Text Example

White with #68013E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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