Html Css Color HEX #680552 Tyrian Purple

📋 copy color: '#680552'

red 104 ◦ green 5 ◦ blue 82

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

Shades of Tyrian Purple #680552

Tints of Tyrian Purple #680552

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 42.93%

R = 54.45%
G = 2.62%
B = 42.93%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.21

 K value IS 0.59

RGB Variations

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

Color information

#680552 (or 0x680552) is known color: Tyrian Purple. HEX triplet: 68, 05 and 52. RGB value is (104,5,82). Sum of RGB (Red+Green+Blue) = 104+5+82=191 (25% of max value = 765). Red value is 104 (41.02% from 255 or 54.45% from 191); Green value is 5 (2.34% from 255 or 2.62% from 191); Blue value is 82 (32.42% from 255 or 42.93% from 191); Max value from RGB is 104 - color contains mainly: red. Hex color #680552 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680552 is #97FAAD. Grayscale: #2B2B2B. Windows color (decimal): -9960110 or 5375336. OLE color: 5375336.

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

Color convert

RGB 104 5 82 -
CMYK 0 0.95 0.21 0.59
HSL 313.33º 0.91% 0.21% -
HSV(B) 313.33º 0.95% 0.41% -
XYZ 7.29 3.66 8.31 -
YUV 43.38 149.8 171.24 -
System Red Green Blue C M Y K H S L
Decimal 104 5 82 0 0.95 0.21 0.59 313.33 0.91 0.21
Hex 68 5 52 0 5F 15 3B 139 5B 15
Octal 150 5 122 0 137 25 73 471 133 25
Binary 1101000 101 1010010 0 1011111 10101 111011 100111001 1011011 10101

Color Harmonies of #680552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680552

Black with #680552

Text Example


Text Example

White with #680552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680552; }

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

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

background-color css

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

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

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

border-color css

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

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

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