Html Css Color HEX #68003D Tyrian Purple

📋 copy color: '#68003D'

red 104 ◦ green 0 ◦ blue 61

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

Shades of Tyrian Purple #68003D

Tints of Tyrian Purple #68003D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 36.97%

R = 63.03%
G = 0%
B = 36.97%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.41

 K value IS 0.59

RGB Variations

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

Color information

#68003D (or 0x68003D) is known color: Tyrian Purple. HEX triplet: 68, 00 and 3D. RGB value is (104,0,61). Sum of RGB (Red+Green+Blue) = 104+0+61=165 (21% of max value = 765). Red value is 104 (41.02% from 255 or 63.03% from 165); Green value is 0 (0.39% from 255 or 0% from 165); Blue value is 61 (24.22% from 255 or 36.97% from 165); Max value from RGB is 104 - color contains mainly: red. Hex color #68003D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68003D is #97FFC2. Grayscale: #252525. Windows color (decimal): -9961411 or 3997800. OLE color: 3997800.

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

Color convert

RGB 104 0 61 -
CMYK 0 1 0.41 0.59
HSL 324.81º 1% 0.2% -
HSV(B) 324.81º 1% 0.41% -
XYZ 6.55 3.28 4.7 -
YUV 38.05 140.96 175.04 -
System Red Green Blue C M Y K H S L
Decimal 104 0 61 0 1 0.41 0.59 324.81 1 0.2
Hex 68 0 3D 0 64 29 3B 145 64 14
Octal 150 0 75 0 144 51 73 505 144 24
Binary 1101000 0 111101 0 1100100 101001 111011 101000101 1100100 10100

Color Harmonies of #68003D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68003D

Black with #68003D

Text Example


Text Example

White with #68003D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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