Html Css Color HEX #760135 Tyrian Purple

📋 copy color: '#760135'

red 118 ◦ green 1 ◦ blue 53

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

Shades of Tyrian Purple #760135

Tints of Tyrian Purple #760135

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.58%

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

R = 68.6%
G = 0.58%
B = 30.81%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.55

 K value IS 0.54

RGB Variations

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

Color information

#760135 (or 0x760135) is known color: Tyrian Purple. HEX triplet: 76, 01 and 35. RGB value is (118,1,53). Sum of RGB (Red+Green+Blue) = 118+1+53=172 (22% of max value = 765). Red value is 118 (46.48% from 255 or 68.60% from 172); Green value is 1 (0.78% from 255 or 0.58% from 172); Blue value is 53 (21.09% from 255 or 30.81% from 172); Max value from RGB is 118 - color contains mainly: red. Hex color #760135 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760135 is #89FECA. Grayscale: #292929. Windows color (decimal): -9043659 or 3473782. OLE color: 3473782.

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

Color convert

RGB 118 1 53 -
CMYK 0 0.99 0.55 0.54
HSL 333.33º 0.98% 0.23% -
HSV(B) 333.33º 0.99% 0.46% -
XYZ 8.12 4.13 3.74 -
YUV 41.91 134.26 182.27 -
System Red Green Blue C M Y K H S L
Decimal 118 1 53 0 0.99 0.55 0.54 333.33 0.98 0.23
Hex 76 1 35 0 63 37 36 14D 62 17
Octal 166 1 65 0 143 67 66 515 142 27
Binary 1110110 1 110101 0 1100011 110111 110110 101001101 1100010 10111

Color Harmonies of #760135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760135

Black with #760135

Text Example


Text Example

White with #760135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760135; }

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

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

background-color css

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

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

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

border-color css

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

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

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