Html Css Color HEX #680248 Tyrian Purple

📋 copy color: '#680248'

red 104 ◦ green 2 ◦ blue 72

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

Shades of Tyrian Purple #680248

Tints of Tyrian Purple #680248

RGB

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

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

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

R = 58.43%
G = 1.12%
B = 40.45%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.31

 K value IS 0.59

RGB Variations

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

Color information

#680248 (or 0x680248) is known color: Tyrian Purple. HEX triplet: 68, 02 and 48. RGB value is (104,2,72). Sum of RGB (Red+Green+Blue) = 104+2+72=178 (23% of max value = 765). Red value is 104 (41.02% from 255 or 58.43% from 178); Green value is 2 (1.17% from 255 or 1.12% from 178); Blue value is 72 (28.52% from 255 or 40.45% from 178); Max value from RGB is 104 - color contains mainly: red. Hex color #680248 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680248 is #97FDB7. Grayscale: #282828. Windows color (decimal): -9960888 or 4719208. OLE color: 4719208.

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

Color convert

RGB 104 2 72 -
CMYK 0 0.98 0.31 0.59
HSL 318.82º 0.96% 0.21% -
HSV(B) 318.82º 0.98% 0.41% -
XYZ 6.9 3.45 6.43 -
YUV 40.48 145.79 173.31 -
System Red Green Blue C M Y K H S L
Decimal 104 2 72 0 0.98 0.31 0.59 318.82 0.96 0.21
Hex 68 2 48 0 62 1F 3B 13F 60 15
Octal 150 2 110 0 142 37 73 477 140 25
Binary 1101000 10 1001000 0 1100010 11111 111011 100111111 1100000 10101

Color Harmonies of #680248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680248

Black with #680248

Text Example


Text Example

White with #680248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680248; }

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

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

background-color css

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

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

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

border-color css

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

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

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