Html Css Color HEX #730062 Purple

📋 copy color: '#730062'

red 115 ◦ green 0 ◦ blue 98

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

Shades of Purple #730062

Tints of Purple #730062

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 46.01%

R = 53.99%
G = 0%
B = 46.01%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.15

 K value IS 0.55

RGB Variations

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

Color information

#730062 (or 0x730062) is known color: Purple. HEX triplet: 73, 00 and 62. RGB value is (115,0,98). Sum of RGB (Red+Green+Blue) = 115+0+98=213 (28% of max value = 765). Red value is 115 (45.31% from 255 or 53.99% from 213); Green value is 0 (0.39% from 255 or 0% from 213); Blue value is 98 (38.67% from 255 or 46.01% from 213); Max value from RGB is 115 - color contains mainly: red. Hex color #730062 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730062 is #8CFF9D. Grayscale: #2D2D2D. Windows color (decimal): -9240478 or 6422643. OLE color: 6422643.

HSL color Cylindrical-coordinate representation of color #730062: hue angle of 308.87º 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 #730062 is Cyan = 0, Magento = 1, Yellow = 0.15 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 0 98 -
CMYK 0 1 0.15 0.55
HSL 308.87º 1% 0.23% -
HSV(B) 308.87º 1% 0.45% -
XYZ 9.27 4.53 11.94 -
YUV 45.56 157.6 177.53 -
System Red Green Blue C M Y K H S L
Decimal 115 0 98 0 1 0.15 0.55 308.87 1 0.23
Hex 73 0 62 0 64 F 37 135 64 17
Octal 163 0 142 0 144 17 67 465 144 27
Binary 1110011 0 1100010 0 1100100 1111 110111 100110101 1100100 10111

Color Harmonies of #730062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730062

Black with #730062

Text Example


Text Example

White with #730062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730062; }

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

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

background-color css

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

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

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

border-color css

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

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

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