Html Css Color HEX #730135 Tyrian Purple

📋 copy color: '#730135'

red 115 ◦ green 1 ◦ blue 53

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

Shades of Tyrian Purple #730135

Tints of Tyrian Purple #730135

RGB

 RED value IS 115 (45.31% from 255) = 68.05%

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

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

R = 68.05%
G = 0.59%
B = 31.36%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.54

 K value IS 0.55

RGB Variations

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

Color information

#730135 (or 0x730135) is known color: Tyrian Purple. HEX triplet: 73, 01 and 35. RGB value is (115,1,53). Sum of RGB (Red+Green+Blue) = 115+1+53=169 (22% of max value = 765). Red value is 115 (45.31% from 255 or 68.05% from 169); Green value is 1 (0.78% from 255 or 0.59% from 169); Blue value is 53 (21.09% from 255 or 31.36% from 169); Max value from RGB is 115 - color contains mainly: red. Hex color #730135 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730135 is #8CFECA. Grayscale: #282828. Windows color (decimal): -9240267 or 3473779. OLE color: 3473779.

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

Color convert

RGB 115 1 53 -
CMYK 0 0.99 0.54 0.55
HSL 332.63º 0.98% 0.23% -
HSV(B) 332.63º 0.99% 0.45% -
XYZ 7.72 3.92 3.72 -
YUV 41.01 134.77 180.77 -
System Red Green Blue C M Y K H S L
Decimal 115 1 53 0 0.99 0.54 0.55 332.63 0.98 0.23
Hex 73 1 35 0 63 36 37 14D 62 17
Octal 163 1 65 0 143 66 67 515 142 27
Binary 1110011 1 110101 0 1100011 110110 110111 101001101 1100010 10111

Color Harmonies of #730135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730135

Black with #730135

Text Example


Text Example

White with #730135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730135; }

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

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

background-color css

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

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

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

border-color css

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

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

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