Html Css Color HEX #68013F Tyrian Purple

📋 copy color: '#68013F'

red 104 ◦ green 1 ◦ blue 63

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

Shades of Tyrian Purple #68013F

Tints of Tyrian Purple #68013F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 37.5%

R = 61.9%
G = 0.6%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.39

 K value IS 0.59

RGB Variations

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

Color information

#68013F (or 0x68013F) is known color: Tyrian Purple. HEX triplet: 68, 01 and 3F. RGB value is (104,1,63). Sum of RGB (Red+Green+Blue) = 104+1+63=168 (22% of max value = 765). Red value is 104 (41.02% from 255 or 61.90% from 168); Green value is 1 (0.78% from 255 or 0.60% from 168); Blue value is 63 (25% from 255 or 37.5% from 168); Max value from RGB is 104 - color contains mainly: red. Hex color #68013F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68013F is #97FEC0. Grayscale: #262626. Windows color (decimal): -9961153 or 4129128. OLE color: 4129128.

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

Color convert

RGB 104 1 63 -
CMYK 0 0.99 0.39 0.59
HSL 323.88º 0.98% 0.21% -
HSV(B) 323.88º 0.99% 0.41% -
XYZ 6.62 3.32 5 -
YUV 38.87 141.62 174.46 -
System Red Green Blue C M Y K H S L
Decimal 104 1 63 0 0.99 0.39 0.59 323.88 0.98 0.21
Hex 68 1 3F 0 63 27 3B 144 62 15
Octal 150 1 77 0 143 47 73 504 142 25
Binary 1101000 1 111111 0 1100011 100111 111011 101000100 1100010 10101

Color Harmonies of #68013F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68013F

Black with #68013F

Text Example


Text Example

White with #68013F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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