Html Css Color HEX #730C74 Purple

📋 copy color: '#730C74'

red 115 ◦ green 12 ◦ blue 116

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

Shades of Purple #730C74

Tints of Purple #730C74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 47.74%

R = 47.33%
G = 4.94%
B = 47.74%

CMYK

 C value IS 0.01

 M value IS 0.90

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#730C74 (or 0x730C74) is known color: Purple. HEX triplet: 73, 0C and 74. RGB value is (115,12,116). Sum of RGB (Red+Green+Blue) = 115+12+116=243 (32% of max value = 765). Red value is 115 (45.31% from 255 or 47.33% from 243); Green value is 12 (5.08% from 255 or 4.94% from 243); Blue value is 116 (45.70% from 255 or 47.74% from 243); Max value from RGB is 116 - color contains mainly: blue. Hex color #730C74 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730C74 is #8CF38B. Grayscale: #363636. Windows color (decimal): -9237388 or 7605363. OLE color: 7605363.

HSL color Cylindrical-coordinate representation of color #730C74: hue angle of 299.42º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #730C74 is Cyan = 0.01, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 12 116 -
CMYK 0.01 0.90 0 0.55
HSL 299.42º 0.81% 0.25% -
HSV(B) 299.42º 0.9% 0.45% -
XYZ 10.35 5.17 16.97 -
YUV 54.65 162.62 171.04 -
System Red Green Blue C M Y K H S L
Decimal 115 12 116 0.01 0.90 0 0.55 299.42 0.81 0.25
Hex 73 C 74 1 5A 0 37 12B 51 19
Octal 163 14 164 1 132 0 67 453 121 31
Binary 1110011 1100 1110100 1 1011010 0 110111 100101011 1010001 11001

Color Harmonies of #730C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730C74

Black with #730C74

Text Example


Text Example

White with #730C74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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