Html Css Color HEX #68103B Tyrian Purple

📋 copy color: '#68103B'

red 104 ◦ green 16 ◦ blue 59

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

Shades of Tyrian Purple #68103B

Tints of Tyrian Purple #68103B

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.94%

 BLUE value IS 59 (23.44% from 255) = 32.96%

R = 58.1%
G = 8.94%
B = 32.96%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.43

 K value IS 0.59

RGB Variations

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

Color information

#68103B (or 0x68103B) is known color: Tyrian Purple. HEX triplet: 68, 10 and 3B. RGB value is (104,16,59). Sum of RGB (Red+Green+Blue) = 104+16+59=179 (23% of max value = 765). Red value is 104 (41.02% from 255 or 58.10% from 179); Green value is 16 (6.64% from 255 or 8.94% from 179); Blue value is 59 (23.44% from 255 or 32.96% from 179); Max value from RGB is 104 - color contains mainly: red. Hex color #68103B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68103B is #97EFC4. Grayscale: #2F2F2F. Windows color (decimal): -9957317 or 3870824. OLE color: 3870824.

HSL color Cylindrical-coordinate representation of color #68103B: hue angle of 330.68º degrees, saturation: 0.73, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #68103B is Cyan = 0, Magento = 0.85, Yellow = 0.43 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 16 59 -
CMYK 0 0.85 0.43 0.59
HSL 330.68º 0.73% 0.24% -
HSV(B) 330.68º 0.85% 0.41% -
XYZ 6.68 3.63 4.49 -
YUV 47.21 134.65 168.5 -
System Red Green Blue C M Y K H S L
Decimal 104 16 59 0 0.85 0.43 0.59 330.68 0.73 0.24
Hex 68 10 3B 0 55 2B 3B 14B 49 18
Octal 150 20 73 0 125 53 73 513 111 30
Binary 1101000 10000 111011 0 1010101 101011 111011 101001011 1001001 11000

Color Harmonies of #68103B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68103B

Black with #68103B

Text Example


Text Example

White with #68103B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68103B; }

 p { color: rgb(104,16,59); }

 H1.HeaderClassName
 {
   color: #68103B;
 }
 .AnyTagClassName
 {
   color: #68103B;
 }
</style>

background-color css

<style>
 a { background-color: #68103B; }

 a { background-color: rgb(104,16,59); }

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

border-color css

<style>
 span { border-color: #68103B; }

 span { border-color: rgb(104,16,59); }

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