Html Css Color HEX #68084B Tyrian Purple

📋 copy color: '#68084B'

red 104 ◦ green 8 ◦ blue 75

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

Shades of Tyrian Purple #68084B

Tints of Tyrian Purple #68084B

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.28%

 BLUE value IS 75 (29.69% from 255) = 40.11%

R = 55.61%
G = 4.28%
B = 40.11%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.28

 K value IS 0.59

RGB Variations

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

Color information

#68084B (or 0x68084B) is known color: Tyrian Purple. HEX triplet: 68, 08 and 4B. RGB value is (104,8,75). Sum of RGB (Red+Green+Blue) = 104+8+75=187 (24% of max value = 765). Red value is 104 (41.02% from 255 or 55.61% from 187); Green value is 8 (3.52% from 255 or 4.28% from 187); Blue value is 75 (29.69% from 255 or 40.11% from 187); Max value from RGB is 104 - color contains mainly: red. Hex color #68084B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68084B is #97F7B4. Grayscale: #2C2C2C. Windows color (decimal): -9959349 or 4917352. OLE color: 4917352.

HSL color Cylindrical-coordinate representation of color #68084B: hue angle of 318.12º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #68084B is Cyan = 0, Magento = 0.92, Yellow = 0.28 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 8 75 -
CMYK 0 0.92 0.28 0.59
HSL 318.13º 0.86% 0.22% -
HSV(B) 318.13º 0.92% 0.41% -
XYZ 7.07 3.62 6.98 -
YUV 44.34 145.3 170.55 -
System Red Green Blue C M Y K H S L
Decimal 104 8 75 0 0.92 0.28 0.59 318.13 0.86 0.22
Hex 68 8 4B 0 5C 1C 3B 13E 56 16
Octal 150 10 113 0 134 34 73 476 126 26
Binary 1101000 1000 1001011 0 1011100 11100 111011 100111110 1010110 10110

Color Harmonies of #68084B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68084B

Black with #68084B

Text Example


Text Example

White with #68084B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68084B; }

 p { color: rgb(104,8,75); }

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

background-color css

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

 a { background-color: rgb(104,8,75); }

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

border-color css

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

 span { border-color: rgb(104,8,75); }

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