Html Css Color HEX #680152 Tyrian Purple

📋 copy color: '#680152'

red 104 ◦ green 1 ◦ blue 82

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

Shades of Tyrian Purple #680152

Tints of Tyrian Purple #680152

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.53%

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

R = 55.61%
G = 0.53%
B = 43.85%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.21

 K value IS 0.59

RGB Variations

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

Color information

#680152 (or 0x680152) is known color: Tyrian Purple. HEX triplet: 68, 01 and 52. RGB value is (104,1,82). Sum of RGB (Red+Green+Blue) = 104+1+82=187 (24% of max value = 765). Red value is 104 (41.02% from 255 or 55.61% from 187); Green value is 1 (0.78% from 255 or 0.53% from 187); Blue value is 82 (32.42% from 255 or 43.85% from 187); Max value from RGB is 104 - color contains mainly: red. Hex color #680152 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680152 is #97FEAD. Grayscale: #282828. Windows color (decimal): -9961134 or 5374312. OLE color: 5374312.

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

Color convert

RGB 104 1 82 -
CMYK 0 0.99 0.21 0.59
HSL 312.82º 0.98% 0.21% -
HSV(B) 312.82º 0.99% 0.41% -
XYZ 7.24 3.57 8.29 -
YUV 41.03 151.12 172.91 -
System Red Green Blue C M Y K H S L
Decimal 104 1 82 0 0.99 0.21 0.59 312.82 0.98 0.21
Hex 68 1 52 0 63 15 3B 139 62 15
Octal 150 1 122 0 143 25 73 471 142 25
Binary 1101000 1 1010010 0 1100011 10101 111011 100111001 1100010 10101

Color Harmonies of #680152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680152

Black with #680152

Text Example


Text Example

White with #680152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680152; }

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

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

background-color css

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

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

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

border-color css

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

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

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