Html Css Color HEX #730795 Purple

📋 copy color: '#730795'

red 115 ◦ green 7 ◦ blue 149

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

Shades of Purple #730795

Tints of Purple #730795

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 54.98%

R = 42.44%
G = 2.58%
B = 54.98%

CMYK

 C value IS 0.23

 M value IS 0.95

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#730795 (or 0x730795) is known color: Purple. HEX triplet: 73, 07 and 95. RGB value is (115,7,149). Sum of RGB (Red+Green+Blue) = 115+7+149=271 (35% of max value = 765). Red value is 115 (45.31% from 255 or 42.44% from 271); Green value is 7 (3.12% from 255 or 2.58% from 271); Blue value is 149 (58.59% from 255 or 54.98% from 271); Max value from RGB is 149 - color contains mainly: blue. Hex color #730795 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #730795 is #8CF86A. Grayscale: #373737. Windows color (decimal): -9238635 or 9766771. OLE color: 9766771.

HSL color Cylindrical-coordinate representation of color #730795: hue angle of 285.63º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #730795 is Cyan = 0.23, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 115 7 149 -
CMYK 0.23 0.95 0 0.42
HSL 285.63º 0.91% 0.31% -
HSV(B) 285.63º 0.95% 0.58% -
XYZ 12.57 5.97 28.92 -
YUV 55.48 180.78 170.45 -
System Red Green Blue C M Y K H S L
Decimal 115 7 149 0.23 0.95 0 0.42 285.63 0.91 0.31
Hex 73 7 95 17 5F 0 2A 11E 5B 1F
Octal 163 7 225 27 137 0 52 436 133 37
Binary 1110011 111 10010101 10111 1011111 0 101010 100011110 1011011 11111

Color Harmonies of #730795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730795

Black with #730795

Text Example


Text Example

White with #730795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730795; }

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

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

background-color css

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

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

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

border-color css

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

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

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