Html Css Color HEX #680542 Tyrian Purple

📋 copy color: '#680542'

red 104 ◦ green 5 ◦ blue 66

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

Shades of Tyrian Purple #680542

Tints of Tyrian Purple #680542

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 37.71%

R = 59.43%
G = 2.86%
B = 37.71%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.37

 K value IS 0.59

RGB Variations

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

Color information

#680542 (or 0x680542) is known color: Tyrian Purple. HEX triplet: 68, 05 and 42. RGB value is (104,5,66). Sum of RGB (Red+Green+Blue) = 104+5+66=175 (23% of max value = 765). Red value is 104 (41.02% from 255 or 59.43% from 175); Green value is 5 (2.34% from 255 or 2.86% from 175); Blue value is 66 (26.17% from 255 or 37.71% from 175); Max value from RGB is 104 - color contains mainly: red. Hex color #680542 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680542 is #97FABD. Grayscale: #292929. Windows color (decimal): -9960126 or 4326760. OLE color: 4326760.

HSL color Cylindrical-coordinate representation of color #680542: hue angle of 323.03º 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 #680542 is Cyan = 0, Magento = 0.95, Yellow = 0.37 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 5 66 -
CMYK 0 0.95 0.37 0.59
HSL 323.03º 0.91% 0.21% -
HSV(B) 323.03º 0.95% 0.41% -
XYZ 6.75 3.44 5.46 -
YUV 41.56 141.8 172.54 -
System Red Green Blue C M Y K H S L
Decimal 104 5 66 0 0.95 0.37 0.59 323.03 0.91 0.21
Hex 68 5 42 0 5F 25 3B 143 5B 15
Octal 150 5 102 0 137 45 73 503 133 25
Binary 1101000 101 1000010 0 1011111 100101 111011 101000011 1011011 10101

Color Harmonies of #680542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680542

Black with #680542

Text Example


Text Example

White with #680542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680542; }

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

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

background-color css

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

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

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

border-color css

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

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

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