Html Css Color HEX #680230 Tyrian Purple

📋 copy color: '#680230'

red 104 ◦ green 2 ◦ blue 48

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

Shades of Tyrian Purple #680230

Tints of Tyrian Purple #680230

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 31.17%

R = 67.53%
G = 1.3%
B = 31.17%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.54

 K value IS 0.59

RGB Variations

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

Color information

#680230 (or 0x680230) is known color: Tyrian Purple. HEX triplet: 68, 02 and 30. RGB value is (104,2,48). Sum of RGB (Red+Green+Blue) = 104+2+48=154 (20% of max value = 765). Red value is 104 (41.02% from 255 or 67.53% from 154); Green value is 2 (1.17% from 255 or 1.30% from 154); Blue value is 48 (19.14% from 255 or 31.17% from 154); Max value from RGB is 104 - color contains mainly: red. Hex color #680230 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680230 is #97FDCF. Grayscale: #252525. Windows color (decimal): -9960912 or 3146344. OLE color: 3146344.

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

Color convert

RGB 104 2 48 -
CMYK 0 0.98 0.54 0.59
HSL 332.94º 0.96% 0.21% -
HSV(B) 332.94º 0.98% 0.41% -
XYZ 6.26 3.2 3.08 -
YUV 37.74 133.79 175.26 -
System Red Green Blue C M Y K H S L
Decimal 104 2 48 0 0.98 0.54 0.59 332.94 0.96 0.21
Hex 68 2 30 0 62 36 3B 14D 60 15
Octal 150 2 60 0 142 66 73 515 140 25
Binary 1101000 10 110000 0 1100010 110110 111011 101001101 1100000 10101

Color Harmonies of #680230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680230

Black with #680230

Text Example


Text Example

White with #680230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680230; }

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

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

background-color css

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

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

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

border-color css

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

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

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