Html Css Color HEX #680A30 Tyrian Purple

📋 copy color: '#680A30'

red 104 ◦ green 10 ◦ blue 48

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

Shades of Tyrian Purple #680A30

Tints of Tyrian Purple #680A30

RGB

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

 GREEN value IS 10 (4.3% from 255) = 6.17%

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

R = 64.2%
G = 6.17%
B = 29.63%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.54

 K value IS 0.59

RGB Variations

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

Color information

#680A30 (or 0x680A30) is known color: Tyrian Purple. HEX triplet: 68, 0A and 30. RGB value is (104,10,48). Sum of RGB (Red+Green+Blue) = 104+10+48=162 (21% of max value = 765). Red value is 104 (41.02% from 255 or 64.20% from 162); Green value is 10 (4.30% from 255 or 6.17% from 162); Blue value is 48 (19.14% from 255 or 29.63% from 162); Max value from RGB is 104 - color contains mainly: red. Hex color #680A30 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680A30 is #97F5CF. Grayscale: #2A2A2A. Windows color (decimal): -9958864 or 3148392. OLE color: 3148392.

HSL color Cylindrical-coordinate representation of color #680A30: hue angle of 335.74º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #680A30 is Cyan = 0, Magento = 0.90, Yellow = 0.54 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 10 48 -
CMYK 0 0.90 0.54 0.59
HSL 335.74º 0.82% 0.22% -
HSV(B) 335.74º 0.9% 0.41% -
XYZ 6.35 3.37 3.11 -
YUV 42.44 131.14 171.91 -
System Red Green Blue C M Y K H S L
Decimal 104 10 48 0 0.90 0.54 0.59 335.74 0.82 0.22
Hex 68 A 30 0 5A 36 3B 150 52 16
Octal 150 12 60 0 132 66 73 520 122 26
Binary 1101000 1010 110000 0 1011010 110110 111011 101010000 1010010 10110

Color Harmonies of #680A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680A30

Black with #680A30

Text Example


Text Example

White with #680A30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680A30; }

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

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

background-color css

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

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

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

border-color css

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

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

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