Html Css Color HEX #680048 Tyrian Purple

📋 copy color: '#680048'

red 104 ◦ green 0 ◦ blue 72

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

Shades of Tyrian Purple #680048

Tints of Tyrian Purple #680048

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 40.91%

R = 59.09%
G = 0%
B = 40.91%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.31

 K value IS 0.59

RGB Variations

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

Color information

#680048 (or 0x680048) is known color: Tyrian Purple. HEX triplet: 68, 00 and 48. RGB value is (104,0,72). Sum of RGB (Red+Green+Blue) = 104+0+72=176 (23% of max value = 765). Red value is 104 (41.02% from 255 or 59.09% from 176); Green value is 0 (0.39% from 255 or 0% from 176); Blue value is 72 (28.52% from 255 or 40.91% from 176); Max value from RGB is 104 - color contains mainly: red. Hex color #680048 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680048 is #97FFB7. Grayscale: #272727. Windows color (decimal): -9961400 or 4718696. OLE color: 4718696.

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

Color convert

RGB 104 0 72 -
CMYK 0 1 0.31 0.59
HSL 318.46º 1% 0.2% -
HSV(B) 318.46º 1% 0.41% -
XYZ 6.88 3.41 6.43 -
YUV 39.3 146.46 174.15 -
System Red Green Blue C M Y K H S L
Decimal 104 0 72 0 1 0.31 0.59 318.46 1 0.2
Hex 68 0 48 0 64 1F 3B 13E 64 14
Octal 150 0 110 0 144 37 73 476 144 24
Binary 1101000 0 1001000 0 1100100 11111 111011 100111110 1100100 10100

Color Harmonies of #680048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680048

Black with #680048

Text Example


Text Example

White with #680048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680048; }

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

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

background-color css

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

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

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

border-color css

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

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

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