Html Css Color HEX #68073F Tyrian Purple

📋 copy color: '#68073F'

red 104 ◦ green 7 ◦ blue 63

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

Shades of Tyrian Purple #68073F

Tints of Tyrian Purple #68073F

RGB

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

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

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

R = 59.77%
G = 4.02%
B = 36.21%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.39

 K value IS 0.59

RGB Variations

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

Color information

#68073F (or 0x68073F) is known color: Tyrian Purple. HEX triplet: 68, 07 and 3F. RGB value is (104,7,63). Sum of RGB (Red+Green+Blue) = 104+7+63=174 (23% of max value = 765). Red value is 104 (41.02% from 255 or 59.77% from 174); Green value is 7 (3.12% from 255 or 4.02% from 174); Blue value is 63 (25% from 255 or 36.21% from 174); Max value from RGB is 104 - color contains mainly: red. Hex color #68073F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68073F is #97F8C0. Grayscale: #2A2A2A. Windows color (decimal): -9959617 or 4130664. OLE color: 4130664.

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

Color convert

RGB 104 7 63 -
CMYK 0 0.93 0.39 0.59
HSL 325.36º 0.87% 0.22% -
HSV(B) 325.36º 0.93% 0.41% -
XYZ 6.68 3.45 5.02 -
YUV 42.39 139.64 171.95 -
System Red Green Blue C M Y K H S L
Decimal 104 7 63 0 0.93 0.39 0.59 325.36 0.87 0.22
Hex 68 7 3F 0 5D 27 3B 145 57 16
Octal 150 7 77 0 135 47 73 505 127 26
Binary 1101000 111 111111 0 1011101 100111 111011 101000101 1010111 10110

Color Harmonies of #68073F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68073F

Black with #68073F

Text Example


Text Example

White with #68073F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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