Html Css Color HEX #730063 Purple

📋 copy color: '#730063'

red 115 ◦ green 0 ◦ blue 99

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

Shades of Purple #730063

Tints of Purple #730063

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 46.26%

R = 53.74%
G = 0%
B = 46.26%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.14

 K value IS 0.55

RGB Variations

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

Color information

#730063 (or 0x730063) is known color: Purple. HEX triplet: 73, 00 and 63. RGB value is (115,0,99). Sum of RGB (Red+Green+Blue) = 115+0+99=214 (28% of max value = 765). Red value is 115 (45.31% from 255 or 53.74% from 214); Green value is 0 (0.39% from 255 or 0% from 214); Blue value is 99 (39.06% from 255 or 46.26% from 214); Max value from RGB is 115 - color contains mainly: red. Hex color #730063 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730063 is #8CFF9C. Grayscale: #2D2D2D. Windows color (decimal): -9240477 or 6488179. OLE color: 6488179.

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

Color convert

RGB 115 0 99 -
CMYK 0 1 0.14 0.55
HSL 308.35º 1% 0.23% -
HSV(B) 308.35º 1% 0.45% -
XYZ 9.32 4.55 12.19 -
YUV 45.67 158.1 177.45 -
System Red Green Blue C M Y K H S L
Decimal 115 0 99 0 1 0.14 0.55 308.35 1 0.23
Hex 73 0 63 0 64 E 37 134 64 17
Octal 163 0 143 0 144 16 67 464 144 27
Binary 1110011 0 1100011 0 1100100 1110 110111 100110100 1100100 10111

Color Harmonies of #730063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730063

Black with #730063

Text Example


Text Example

White with #730063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730063; }

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

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

background-color css

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

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

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

border-color css

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

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

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