Html Css Color HEX #730651 Tyrian Purple

📋 copy color: '#730651'

red 115 ◦ green 6 ◦ blue 81

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

Shades of Tyrian Purple #730651

Tints of Tyrian Purple #730651

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 40.1%

R = 56.93%
G = 2.97%
B = 40.1%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.30

 K value IS 0.55

RGB Variations

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

Color information

#730651 (or 0x730651) is known color: Tyrian Purple. HEX triplet: 73, 06 and 51. RGB value is (115,6,81). Sum of RGB (Red+Green+Blue) = 115+6+81=202 (26% of max value = 765). Red value is 115 (45.31% from 255 or 56.93% from 202); Green value is 6 (2.73% from 255 or 2.97% from 202); Blue value is 81 (32.03% from 255 or 40.10% from 202); Max value from RGB is 115 - color contains mainly: red. Hex color #730651 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730651 is #8CF9AE. Grayscale: #2E2E2E. Windows color (decimal): -9238959 or 5310067. OLE color: 5310067.

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

Color convert

RGB 115 6 81 -
CMYK 0 0.95 0.30 0.55
HSL 318.72º 0.9% 0.24% -
HSV(B) 318.72º 0.95% 0.45% -
XYZ 8.62 4.37 8.17 -
YUV 47.14 147.11 176.4 -
System Red Green Blue C M Y K H S L
Decimal 115 6 81 0 0.95 0.30 0.55 318.72 0.9 0.24
Hex 73 6 51 0 5F 1E 37 13F 5A 18
Octal 163 6 121 0 137 36 67 477 132 30
Binary 1110011 110 1010001 0 1011111 11110 110111 100111111 1011010 11000

Color Harmonies of #730651

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730651

Black with #730651

Text Example


Text Example

White with #730651

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730651; }

 p { color: rgb(115,6,81); }

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

background-color css

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

 a { background-color: rgb(115,6,81); }

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

border-color css

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

 span { border-color: rgb(115,6,81); }

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