Html Css Color HEX #68003C Tyrian Purple

📋 copy color: '#68003C'

red 104 ◦ green 0 ◦ blue 60

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

Shades of Tyrian Purple #68003C

Tints of Tyrian Purple #68003C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 36.59%

R = 63.41%
G = 0%
B = 36.59%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.42

 K value IS 0.59

RGB Variations

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

Color information

#68003C (or 0x68003C) is known color: Tyrian Purple. HEX triplet: 68, 00 and 3C. RGB value is (104,0,60). Sum of RGB (Red+Green+Blue) = 104+0+60=164 (21% of max value = 765). Red value is 104 (41.02% from 255 or 63.41% from 164); Green value is 0 (0.39% from 255 or 0% from 164); Blue value is 60 (23.83% from 255 or 36.59% from 164); Max value from RGB is 104 - color contains mainly: red. Hex color #68003C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68003C is #97FFC3. Grayscale: #252525. Windows color (decimal): -9961412 or 3932264. OLE color: 3932264.

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

Color convert

RGB 104 0 60 -
CMYK 0 1 0.42 0.59
HSL 325.38º 1% 0.2% -
HSV(B) 325.38º 1% 0.41% -
XYZ 6.52 3.27 4.56 -
YUV 37.94 140.46 175.12 -
System Red Green Blue C M Y K H S L
Decimal 104 0 60 0 1 0.42 0.59 325.38 1 0.2
Hex 68 0 3C 0 64 2A 3B 145 64 14
Octal 150 0 74 0 144 52 73 505 144 24
Binary 1101000 0 111100 0 1100100 101010 111011 101000101 1100100 10100

Color Harmonies of #68003C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68003C

Black with #68003C

Text Example


Text Example

White with #68003C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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