Html Css Color HEX #730276 Purple

📋 copy color: '#730276'

red 115 ◦ green 2 ◦ blue 118

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

Shades of Purple #730276

Tints of Purple #730276

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 50.21%

R = 48.94%
G = 0.85%
B = 50.21%

CMYK

 C value IS 0.03

 M value IS 0.98

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#730276 (or 0x730276) is known color: Purple. HEX triplet: 73, 02 and 76. RGB value is (115,2,118). Sum of RGB (Red+Green+Blue) = 115+2+118=235 (31% of max value = 765). Red value is 115 (45.31% from 255 or 48.94% from 235); Green value is 2 (1.17% from 255 or 0.85% from 235); Blue value is 118 (46.48% from 255 or 50.21% from 235); Max value from RGB is 118 - color contains mainly: blue. Hex color #730276 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730276 is #8CFD89. Grayscale: #303030. Windows color (decimal): -9239946 or 7733875. OLE color: 7733875.

HSL color Cylindrical-coordinate representation of color #730276: hue angle of 298.45º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #730276 is Cyan = 0.03, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 115 2 118 -
CMYK 0.03 0.98 0 0.54
HSL 298.45º 0.97% 0.24% -
HSV(B) 298.45º 0.98% 0.46% -
XYZ 10.36 5 17.56 -
YUV 49.01 166.94 175.07 -
System Red Green Blue C M Y K H S L
Decimal 115 2 118 0.03 0.98 0 0.54 298.45 0.97 0.24
Hex 73 2 76 3 62 0 36 12A 61 18
Octal 163 2 166 3 142 0 66 452 141 30
Binary 1110011 10 1110110 11 1100010 0 110110 100101010 1100001 11000

Color Harmonies of #730276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730276

Black with #730276

Text Example


Text Example

White with #730276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730276; }

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

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

background-color css

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

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

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

border-color css

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

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

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