Html Css Color HEX #730095 Purple

📋 copy color: '#730095'

red 115 ◦ green 0 ◦ blue 149

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

Shades of Purple #730095

Tints of Purple #730095

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 43.56%
G = 0%
B = 56.44%

CMYK

 C value IS 0.23

 M value IS 1

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#730095 (or 0x730095) is known color: Purple. HEX triplet: 73, 00 and 95. RGB value is (115,0,149). Sum of RGB (Red+Green+Blue) = 115+0+149=264 (34% of max value = 765). Red value is 115 (45.31% from 255 or 43.56% from 264); Green value is 0 (0.39% from 255 or 0% from 264); Blue value is 149 (58.59% from 255 or 56.44% from 264); Max value from RGB is 149 - color contains mainly: blue. Hex color #730095 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #730095 is #8CFF6A. Grayscale: #323232. Windows color (decimal): -9240427 or 9764979. OLE color: 9764979.

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

Color convert

RGB 115 0 149 -
CMYK 0.23 1 0 0.42
HSL 286.31º 1% 0.29% -
HSV(B) 286.31º 1% 0.58% -
XYZ 12.5 5.81 28.9 -
YUV 51.37 183.1 173.38 -
System Red Green Blue C M Y K H S L
Decimal 115 0 149 0.23 1 0 0.42 286.31 1 0.29
Hex 73 0 95 17 64 0 2A 11E 64 1D
Octal 163 0 225 27 144 0 52 436 144 35
Binary 1110011 0 10010101 10111 1100100 0 101010 100011110 1100100 11101

Color Harmonies of #730095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730095

Black with #730095

Text Example


Text Example

White with #730095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730095; }

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

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

background-color css

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

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

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

border-color css

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

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

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