Html Css Color HEX #730C80 Purple

📋 copy color: '#730C80'

red 115 ◦ green 12 ◦ blue 128

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

Shades of Purple #730C80

Tints of Purple #730C80

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.71%

 BLUE value IS 128 (50.39% from 255) = 50.2%

R = 45.1%
G = 4.71%
B = 50.2%

CMYK

 C value IS 0.10

 M value IS 0.91

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#730C80 (or 0x730C80) is known color: Purple. HEX triplet: 73, 0C and 80. RGB value is (115,12,128). Sum of RGB (Red+Green+Blue) = 115+12+128=255 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.10% from 255); Green value is 12 (5.08% from 255 or 4.71% from 255); Blue value is 128 (50.39% from 255 or 50.20% from 255); Max value from RGB is 128 - color contains mainly: blue. Hex color #730C80 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #730C80 is #8CF37F. Grayscale: #373737. Windows color (decimal): -9237376 or 8391795. OLE color: 8391795.

HSL color Cylindrical-coordinate representation of color #730C80: hue angle of 293.28º degrees, saturation: 0.83, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #730C80 is Cyan = 0.10, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 115 12 128 -
CMYK 0.10 0.91 0 0.50
HSL 293.28º 0.83% 0.27% -
HSV(B) 293.28º 0.91% 0.5% -
XYZ 11.1 5.47 20.89 -
YUV 56.02 168.62 170.07 -
System Red Green Blue C M Y K H S L
Decimal 115 12 128 0.10 0.91 0 0.50 293.28 0.83 0.27
Hex 73 C 80 A 5B 0 32 125 53 1B
Octal 163 14 200 12 133 0 62 445 123 33
Binary 1110011 1100 10000000 1010 1011011 0 110010 100100101 1010011 11011

Color Harmonies of #730C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730C80

Black with #730C80

Text Example


Text Example

White with #730C80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730C80; }

 p { color: rgb(115,12,128); }

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

background-color css

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

 a { background-color: rgb(115,12,128); }

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

border-color css

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

 span { border-color: rgb(115,12,128); }

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