Html Css Color HEX #730952 Tyrian Purple

📋 copy color: '#730952'

red 115 ◦ green 9 ◦ blue 82

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

Shades of Tyrian Purple #730952

Tints of Tyrian Purple #730952

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.37%

 BLUE value IS 82 (32.42% from 255) = 39.81%

R = 55.83%
G = 4.37%
B = 39.81%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.29

 K value IS 0.55

RGB Variations

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

Color information

#730952 (or 0x730952) is known color: Tyrian Purple. HEX triplet: 73, 09 and 52. RGB value is (115,9,82). Sum of RGB (Red+Green+Blue) = 115+9+82=206 (27% of max value = 765). Red value is 115 (45.31% from 255 or 55.83% from 206); Green value is 9 (3.91% from 255 or 4.37% from 206); Blue value is 82 (32.42% from 255 or 39.81% from 206); Max value from RGB is 115 - color contains mainly: red. Hex color #730952 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730952 is #8CF6AD. Grayscale: #303030. Windows color (decimal): -9238190 or 5376371. OLE color: 5376371.

HSL color Cylindrical-coordinate representation of color #730952: hue angle of 318.68º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #730952 is Cyan = 0, Magento = 0.92, Yellow = 0.29 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 9 82 -
CMYK 0 0.92 0.29 0.55
HSL 318.68º 0.85% 0.24% -
HSV(B) 318.68º 0.92% 0.45% -
XYZ 8.69 4.45 8.38 -
YUV 49.02 146.62 175.06 -
System Red Green Blue C M Y K H S L
Decimal 115 9 82 0 0.92 0.29 0.55 318.68 0.85 0.24
Hex 73 9 52 0 5C 1D 37 13F 55 18
Octal 163 11 122 0 134 35 67 477 125 30
Binary 1110011 1001 1010010 0 1011100 11101 110111 100111111 1010101 11000

Color Harmonies of #730952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730952

Black with #730952

Text Example


Text Example

White with #730952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730952; }

 p { color: rgb(115,9,82); }

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

background-color css

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

 a { background-color: rgb(115,9,82); }

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

border-color css

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

 span { border-color: rgb(115,9,82); }

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