Html Css Color HEX #68053F Tyrian Purple

📋 copy color: '#68053F'

red 104 ◦ green 5 ◦ blue 63

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

Shades of Tyrian Purple #68053F

Tints of Tyrian Purple #68053F

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.91%

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

R = 60.47%
G = 2.91%
B = 36.63%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.39

 K value IS 0.59

RGB Variations

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

Color information

#68053F (or 0x68053F) is known color: Tyrian Purple. HEX triplet: 68, 05 and 3F. RGB value is (104,5,63). Sum of RGB (Red+Green+Blue) = 104+5+63=172 (22% of max value = 765). Red value is 104 (41.02% from 255 or 60.47% from 172); Green value is 5 (2.34% from 255 or 2.91% from 172); Blue value is 63 (25% from 255 or 36.63% from 172); Max value from RGB is 104 - color contains mainly: red. Hex color #68053F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68053F is #97FAC0. Grayscale: #292929. Windows color (decimal): -9960129 or 4130152. OLE color: 4130152.

HSL color Cylindrical-coordinate representation of color #68053F: hue angle of 324.85º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #68053F is Cyan = 0, Magento = 0.95, Yellow = 0.39 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 5 63 -
CMYK 0 0.95 0.39 0.59
HSL 324.85º 0.91% 0.21% -
HSV(B) 324.85º 0.95% 0.41% -
XYZ 6.66 3.41 5.01 -
YUV 41.21 140.3 172.78 -
System Red Green Blue C M Y K H S L
Decimal 104 5 63 0 0.95 0.39 0.59 324.85 0.91 0.21
Hex 68 5 3F 0 5F 27 3B 145 5B 15
Octal 150 5 77 0 137 47 73 505 133 25
Binary 1101000 101 111111 0 1011111 100111 111011 101000101 1011011 10101

Color Harmonies of #68053F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68053F

Black with #68053F

Text Example


Text Example

White with #68053F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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