Html Css Color HEX #730966 Purple

📋 copy color: '#730966'

red 115 ◦ green 9 ◦ blue 102

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

Shades of Purple #730966

Tints of Purple #730966

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 45.13%

R = 50.88%
G = 3.98%
B = 45.13%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.11

 K value IS 0.55

RGB Variations

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

Color information

#730966 (or 0x730966) is known color: Purple. HEX triplet: 73, 09 and 66. RGB value is (115,9,102). Sum of RGB (Red+Green+Blue) = 115+9+102=226 (29% of max value = 765). Red value is 115 (45.31% from 255 or 50.88% from 226); Green value is 9 (3.91% from 255 or 3.98% from 226); Blue value is 102 (40.23% from 255 or 45.13% from 226); Max value from RGB is 115 - color contains mainly: red. Hex color #730966 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730966 is #8CF699. Grayscale: #333333. Windows color (decimal): -9238170 or 6687091. OLE color: 6687091.

HSL color Cylindrical-coordinate representation of color #730966: hue angle of 307.36º 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 #730966 is Cyan = 0, Magento = 0.92, Yellow = 0.11 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 9 102 -
CMYK 0 0.92 0.11 0.55
HSL 307.36º 0.85% 0.24% -
HSV(B) 307.36º 0.92% 0.45% -
XYZ 9.57 4.8 12.99 -
YUV 51.3 156.62 173.44 -
System Red Green Blue C M Y K H S L
Decimal 115 9 102 0 0.92 0.11 0.55 307.36 0.85 0.24
Hex 73 9 66 0 5C B 37 133 55 18
Octal 163 11 146 0 134 13 67 463 125 30
Binary 1110011 1001 1100110 0 1011100 1011 110111 100110011 1010101 11000

Color Harmonies of #730966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730966

Black with #730966

Text Example


Text Example

White with #730966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730966; }

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

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

background-color css

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

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

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

border-color css

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

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

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