Html Css Color HEX #730195 Purple

📋 copy color: '#730195'

red 115 ◦ green 1 ◦ blue 149

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

Shades of Purple #730195

Tints of Purple #730195

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.38%

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

R = 43.4%
G = 0.38%
B = 56.23%

CMYK

 C value IS 0.23

 M value IS 0.99

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#730195 (or 0x730195) is known color: Purple. HEX triplet: 73, 01 and 95. RGB value is (115,1,149). Sum of RGB (Red+Green+Blue) = 115+1+149=265 (35% of max value = 765). Red value is 115 (45.31% from 255 or 43.40% from 265); Green value is 1 (0.78% from 255 or 0.38% from 265); Blue value is 149 (58.59% from 255 or 56.23% from 265); Max value from RGB is 149 - color contains mainly: blue. Hex color #730195 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #730195 is #8CFE6A. Grayscale: #333333. Windows color (decimal): -9240171 or 9765235. OLE color: 9765235.

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

Color convert

RGB 115 1 149 -
CMYK 0.23 0.99 0 0.42
HSL 286.22º 0.99% 0.29% -
HSV(B) 286.22º 0.99% 0.58% -
XYZ 12.51 5.84 28.9 -
YUV 51.96 182.77 172.97 -
System Red Green Blue C M Y K H S L
Decimal 115 1 149 0.23 0.99 0 0.42 286.22 0.99 0.29
Hex 73 1 95 17 63 0 2A 11E 63 1D
Octal 163 1 225 27 143 0 52 436 143 35
Binary 1110011 1 10010101 10111 1100011 0 101010 100011110 1100011 11101

Color Harmonies of #730195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730195

Black with #730195

Text Example


Text Example

White with #730195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730195; }

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

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

background-color css

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

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

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

border-color css

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

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

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