Html Css Color HEX #680030 Tyrian Purple

📋 copy color: '#680030'

red 104 ◦ green 0 ◦ blue 48

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

Shades of Tyrian Purple #680030

Tints of Tyrian Purple #680030

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 68.42%
G = 0%
B = 31.58%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.54

 K value IS 0.59

RGB Variations

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

Color information

#680030 (or 0x680030) is known color: Tyrian Purple. HEX triplet: 68, 00 and 30. RGB value is (104,0,48). Sum of RGB (Red+Green+Blue) = 104+0+48=152 (20% of max value = 765). Red value is 104 (41.02% from 255 or 68.42% from 152); Green value is 0 (0.39% from 255 or 0% from 152); Blue value is 48 (19.14% from 255 or 31.58% from 152); Max value from RGB is 104 - color contains mainly: red. Hex color #680030 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680030 is #97FFCF. Grayscale: #242424. Windows color (decimal): -9961424 or 3145832. OLE color: 3145832.

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

Color convert

RGB 104 0 48 -
CMYK 0 1 0.54 0.59
HSL 332.31º 1% 0.2% -
HSV(B) 332.31º 1% 0.41% -
XYZ 6.24 3.16 3.08 -
YUV 36.57 134.46 176.1 -
System Red Green Blue C M Y K H S L
Decimal 104 0 48 0 1 0.54 0.59 332.31 1 0.2
Hex 68 0 30 0 64 36 3B 14C 64 14
Octal 150 0 60 0 144 66 73 514 144 24
Binary 1101000 0 110000 0 1100100 110110 111011 101001100 1100100 10100

Color Harmonies of #680030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680030

Black with #680030

Text Example


Text Example

White with #680030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680030; }

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

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

background-color css

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

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

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

border-color css

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

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

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