Html Css Color HEX #68073E Tyrian Purple

📋 copy color: '#68073E'

red 104 ◦ green 7 ◦ blue 62

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

Shades of Tyrian Purple #68073E

Tints of Tyrian Purple #68073E

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.05%

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

R = 60.12%
G = 4.05%
B = 35.84%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.40

 K value IS 0.59

RGB Variations

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

Color information

#68073E (or 0x68073E) is known color: Tyrian Purple. HEX triplet: 68, 07 and 3E. RGB value is (104,7,62). Sum of RGB (Red+Green+Blue) = 104+7+62=173 (22% of max value = 765). Red value is 104 (41.02% from 255 or 60.12% from 173); Green value is 7 (3.12% from 255 or 4.05% from 173); Blue value is 62 (24.61% from 255 or 35.84% from 173); Max value from RGB is 104 - color contains mainly: red. Hex color #68073E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68073E is #97F8C1. Grayscale: #2A2A2A. Windows color (decimal): -9959618 or 4065128. OLE color: 4065128.

HSL color Cylindrical-coordinate representation of color #68073E: hue angle of 325.98º degrees, saturation: 0.87, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #68073E is Cyan = 0, Magento = 0.93, Yellow = 0.40 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 7 62 -
CMYK 0 0.93 0.40 0.59
HSL 325.98º 0.87% 0.22% -
HSV(B) 325.98º 0.93% 0.41% -
XYZ 6.65 3.44 4.87 -
YUV 42.27 139.14 172.03 -
System Red Green Blue C M Y K H S L
Decimal 104 7 62 0 0.93 0.40 0.59 325.98 0.87 0.22
Hex 68 7 3E 0 5D 28 3B 146 57 16
Octal 150 7 76 0 135 50 73 506 127 26
Binary 1101000 111 111110 0 1011101 101000 111011 101000110 1010111 10110

Color Harmonies of #68073E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68073E

Black with #68073E

Text Example


Text Example

White with #68073E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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