Html Css Color HEX #760335 Tyrian Purple

📋 copy color: '#760335'

red 118 ◦ green 3 ◦ blue 53

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

Shades of Tyrian Purple #760335

Tints of Tyrian Purple #760335

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.72%

 BLUE value IS 53 (21.09% from 255) = 30.46%

R = 67.82%
G = 1.72%
B = 30.46%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.55

 K value IS 0.54

RGB Variations

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

Color information

#760335 (or 0x760335) is known color: Tyrian Purple. HEX triplet: 76, 03 and 35. RGB value is (118,3,53). Sum of RGB (Red+Green+Blue) = 118+3+53=174 (23% of max value = 765). Red value is 118 (46.48% from 255 or 67.82% from 174); Green value is 3 (1.56% from 255 or 1.72% from 174); Blue value is 53 (21.09% from 255 or 30.46% from 174); Max value from RGB is 118 - color contains mainly: red. Hex color #760335 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760335 is #89FCCA. Grayscale: #2B2B2B. Windows color (decimal): -9043147 or 3474294. OLE color: 3474294.

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

Color convert

RGB 118 3 53 -
CMYK 0 0.97 0.55 0.54
HSL 333.91º 0.95% 0.24% -
HSV(B) 333.91º 0.97% 0.46% -
XYZ 8.15 4.17 3.74 -
YUV 43.09 133.6 181.43 -
System Red Green Blue C M Y K H S L
Decimal 118 3 53 0 0.97 0.55 0.54 333.91 0.95 0.24
Hex 76 3 35 0 61 37 36 14E 5F 18
Octal 166 3 65 0 141 67 66 516 137 30
Binary 1110110 11 110101 0 1100001 110111 110110 101001110 1011111 11000

Color Harmonies of #760335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760335

Black with #760335

Text Example


Text Example

White with #760335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760335; }

 p { color: rgb(118,3,53); }

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

background-color css

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

 a { background-color: rgb(118,3,53); }

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

border-color css

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

 span { border-color: rgb(118,3,53); }

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