Html Css Color HEX #730766 Purple

📋 copy color: '#730766'

red 115 ◦ green 7 ◦ blue 102

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

Shades of Purple #730766

Tints of Purple #730766

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.13%

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

R = 51.34%
G = 3.13%
B = 45.54%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.11

 K value IS 0.55

RGB Variations

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

Color information

#730766 (or 0x730766) is known color: Purple. HEX triplet: 73, 07 and 66. RGB value is (115,7,102). Sum of RGB (Red+Green+Blue) = 115+7+102=224 (29% of max value = 765). Red value is 115 (45.31% from 255 or 51.34% from 224); Green value is 7 (3.12% from 255 or 3.12% from 224); Blue value is 102 (40.23% from 255 or 45.54% from 224); Max value from RGB is 115 - color contains mainly: red. Hex color #730766 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730766 is #8CF899. Grayscale: #313131. Windows color (decimal): -9238682 or 6686579. OLE color: 6686579.

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

Color convert

RGB 115 7 102 -
CMYK 0 0.94 0.11 0.55
HSL 307.22º 0.89% 0.24% -
HSV(B) 307.22º 0.94% 0.45% -
XYZ 9.54 4.76 12.99 -
YUV 50.12 157.28 174.28 -
System Red Green Blue C M Y K H S L
Decimal 115 7 102 0 0.94 0.11 0.55 307.22 0.89 0.24
Hex 73 7 66 0 5E B 37 133 59 18
Octal 163 7 146 0 136 13 67 463 131 30
Binary 1110011 111 1100110 0 1011110 1011 110111 100110011 1011001 11000

Color Harmonies of #730766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730766

Black with #730766

Text Example


Text Example

White with #730766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730766; }

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

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

background-color css

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

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

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

border-color css

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

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

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