Html Css Color HEX #730193 Purple

📋 copy color: '#730193'

red 115 ◦ green 1 ◦ blue 147

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

Shades of Purple #730193

Tints of Purple #730193

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 55.89%

R = 43.73%
G = 0.38%
B = 55.89%

CMYK

 C value IS 0.22

 M value IS 0.99

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#730193 (or 0x730193) is known color: Purple. HEX triplet: 73, 01 and 93. RGB value is (115,1,147). Sum of RGB (Red+Green+Blue) = 115+1+147=263 (34% of max value = 765). Red value is 115 (45.31% from 255 or 43.73% from 263); Green value is 1 (0.78% from 255 or 0.38% from 263); Blue value is 147 (57.81% from 255 or 55.89% from 263); Max value from RGB is 147 - color contains mainly: blue. Hex color #730193 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #730193 is #8CFE6C. Grayscale: #333333. Windows color (decimal): -9240173 or 9634163. OLE color: 9634163.

HSL color Cylindrical-coordinate representation of color #730193: hue angle of 286.85º 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 #730193 is Cyan = 0.22, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 115 1 147 -
CMYK 0.22 0.99 0 0.42
HSL 286.85º 0.99% 0.29% -
HSV(B) 286.85º 0.99% 0.58% -
XYZ 12.35 5.77 28.07 -
YUV 51.73 181.77 173.13 -
System Red Green Blue C M Y K H S L
Decimal 115 1 147 0.22 0.99 0 0.42 286.85 0.99 0.29
Hex 73 1 93 16 63 0 2A 11F 63 1D
Octal 163 1 223 26 143 0 52 437 143 35
Binary 1110011 1 10010011 10110 1100011 0 101010 100011111 1100011 11101

Color Harmonies of #730193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730193

Black with #730193

Text Example


Text Example

White with #730193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730193; }

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

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

background-color css

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

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

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

border-color css

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

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

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