Html Css Color HEX #730295 Purple

📋 copy color: '#730295'

red 115 ◦ green 2 ◦ blue 149

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

Shades of Purple #730295

Tints of Purple #730295

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.75%

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

R = 43.23%
G = 0.75%
B = 56.02%

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

#730295 (or 0x730295) is known color: Purple. HEX triplet: 73, 02 and 95. RGB value is (115,2,149). Sum of RGB (Red+Green+Blue) = 115+2+149=266 (35% of max value = 765). Red value is 115 (45.31% from 255 or 43.23% from 266); Green value is 2 (1.17% from 255 or 0.75% from 266); Blue value is 149 (58.59% from 255 or 56.02% from 266); Max value from RGB is 149 - color contains mainly: blue. Hex color #730295 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #730295 is #8CFD6A. Grayscale: #343434. Windows color (decimal): -9239915 or 9765491. OLE color: 9765491.

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

Color convert

RGB 115 2 149 -
CMYK 0.23 0.99 0 0.42
HSL 286.12º 0.97% 0.3% -
HSV(B) 286.12º 0.99% 0.58% -
XYZ 12.52 5.86 28.9 -
YUV 52.55 182.44 172.55 -
System Red Green Blue C M Y K H S L
Decimal 115 2 149 0.23 0.99 0 0.42 286.12 0.97 0.3
Hex 73 2 95 17 63 0 2A 11E 61 1E
Octal 163 2 225 27 143 0 52 436 141 36
Binary 1110011 10 10010101 10111 1100011 0 101010 100011110 1100001 11110

Color Harmonies of #730295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730295

Black with #730295

Text Example


Text Example

White with #730295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730295; }

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

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

background-color css

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

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

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

border-color css

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

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

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