Html Css Color HEX #680234 Tyrian Purple

📋 copy color: '#680234'

red 104 ◦ green 2 ◦ blue 52

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

Shades of Tyrian Purple #680234

Tints of Tyrian Purple #680234

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.27%

 BLUE value IS 52 (20.7% from 255) = 32.91%

R = 65.82%
G = 1.27%
B = 32.91%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.50

 K value IS 0.59

RGB Variations

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

Color information

#680234 (or 0x680234) is known color: Tyrian Purple. HEX triplet: 68, 02 and 34. RGB value is (104,2,52). Sum of RGB (Red+Green+Blue) = 104+2+52=158 (20% of max value = 765). Red value is 104 (41.02% from 255 or 65.82% from 158); Green value is 2 (1.17% from 255 or 1.27% from 158); Blue value is 52 (20.70% from 255 or 32.91% from 158); Max value from RGB is 104 - color contains mainly: red. Hex color #680234 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680234 is #97FDCB. Grayscale: #262626. Windows color (decimal): -9960908 or 3408488. OLE color: 3408488.

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

Color convert

RGB 104 2 52 -
CMYK 0 0.98 0.50 0.59
HSL 330.59º 0.96% 0.21% -
HSV(B) 330.59º 0.98% 0.41% -
XYZ 6.35 3.23 3.54 -
YUV 38.2 135.79 174.93 -
System Red Green Blue C M Y K H S L
Decimal 104 2 52 0 0.98 0.50 0.59 330.59 0.96 0.21
Hex 68 2 34 0 62 32 3B 14B 60 15
Octal 150 2 64 0 142 62 73 513 140 25
Binary 1101000 10 110100 0 1100010 110010 111011 101001011 1100000 10101

Color Harmonies of #680234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680234

Black with #680234

Text Example


Text Example

White with #680234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680234; }

 p { color: rgb(104,2,52); }

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

background-color css

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

 a { background-color: rgb(104,2,52); }

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

border-color css

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

 span { border-color: rgb(104,2,52); }

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