Html Css Color HEX #760654 Tyrian Purple

📋 copy color: '#760654'

red 118 ◦ green 6 ◦ blue 84

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

Shades of Tyrian Purple #760654

Tints of Tyrian Purple #760654

RGB

 RED value IS 118 (46.48% from 255) = 56.73%

 GREEN value IS 6 (2.73% from 255) = 2.88%

 BLUE value IS 84 (33.2% from 255) = 40.38%

R = 56.73%
G = 2.88%
B = 40.38%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.29

 K value IS 0.54

RGB Variations

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

Color information

#760654 (or 0x760654) is known color: Tyrian Purple. HEX triplet: 76, 06 and 54. RGB value is (118,6,84). Sum of RGB (Red+Green+Blue) = 118+6+84=208 (27% of max value = 765). Red value is 118 (46.48% from 255 or 56.73% from 208); Green value is 6 (2.73% from 255 or 2.88% from 208); Blue value is 84 (33.20% from 255 or 40.38% from 208); Max value from RGB is 118 - color contains mainly: red. Hex color #760654 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760654 is #89F9AB. Grayscale: #303030. Windows color (decimal): -9042348 or 5506678. OLE color: 5506678.

HSL color Cylindrical-coordinate representation of color #760654: hue angle of 318.21º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #760654 is Cyan = 0, Magento = 0.95, Yellow = 0.29 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 6 84 -
CMYK 0 0.95 0.29 0.54
HSL 318.21º 0.9% 0.24% -
HSV(B) 318.21º 0.95% 0.46% -
XYZ 9.14 4.62 8.8 -
YUV 48.38 148.11 177.66 -
System Red Green Blue C M Y K H S L
Decimal 118 6 84 0 0.95 0.29 0.54 318.21 0.9 0.24
Hex 76 6 54 0 5F 1D 36 13E 5A 18
Octal 166 6 124 0 137 35 66 476 132 30
Binary 1110110 110 1010100 0 1011111 11101 110110 100111110 1011010 11000

Color Harmonies of #760654

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760654

Black with #760654

Text Example


Text Example

White with #760654

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760654; }

 p { color: rgb(118,6,84); }

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

background-color css

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

 a { background-color: rgb(118,6,84); }

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

border-color css

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

 span { border-color: rgb(118,6,84); }

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