Html Css Color HEX #730395 Purple

📋 copy color: '#730395'

red 115 ◦ green 3 ◦ blue 149

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

Shades of Purple #730395

Tints of Purple #730395

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.12%

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

R = 43.07%
G = 1.12%
B = 55.81%

CMYK

 C value IS 0.23

 M value IS 0.98

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#730395 (or 0x730395) is known color: Purple. HEX triplet: 73, 03 and 95. RGB value is (115,3,149). Sum of RGB (Red+Green+Blue) = 115+3+149=267 (35% of max value = 765). Red value is 115 (45.31% from 255 or 43.07% from 267); Green value is 3 (1.56% from 255 or 1.12% from 267); Blue value is 149 (58.59% from 255 or 55.81% from 267); Max value from RGB is 149 - color contains mainly: blue. Hex color #730395 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #730395 is #8CFC6A. Grayscale: #343434. Windows color (decimal): -9239659 or 9765747. OLE color: 9765747.

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

Color convert

RGB 115 3 149 -
CMYK 0.23 0.98 0 0.42
HSL 286.03º 0.96% 0.3% -
HSV(B) 286.03º 0.98% 0.58% -
XYZ 12.53 5.88 28.91 -
YUV 53.13 182.11 172.13 -
System Red Green Blue C M Y K H S L
Decimal 115 3 149 0.23 0.98 0 0.42 286.03 0.96 0.3
Hex 73 3 95 17 62 0 2A 11E 60 1E
Octal 163 3 225 27 142 0 52 436 140 36
Binary 1110011 11 10010101 10111 1100010 0 101010 100011110 1100000 11110

Color Harmonies of #730395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730395

Black with #730395

Text Example


Text Example

White with #730395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730395; }

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

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

background-color css

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

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

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

border-color css

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

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

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