Html Css Color HEX #730C96 Purple

📋 copy color: '#730C96'

red 115 ◦ green 12 ◦ blue 150

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

Shades of Purple #730C96

Tints of Purple #730C96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 54.15%

R = 41.52%
G = 4.33%
B = 54.15%

CMYK

 C value IS 0.23

 M value IS 0.92

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#730C96 (or 0x730C96) is known color: Purple. HEX triplet: 73, 0C and 96. RGB value is (115,12,150). Sum of RGB (Red+Green+Blue) = 115+12+150=277 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.52% from 277); Green value is 12 (5.08% from 255 or 4.33% from 277); Blue value is 150 (58.98% from 255 or 54.15% from 277); Max value from RGB is 150 - color contains mainly: blue. Hex color #730C96 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #730C96 is #8CF369. Grayscale: #3A3A3A. Windows color (decimal): -9237354 or 9833587. OLE color: 9833587.

HSL color Cylindrical-coordinate representation of color #730C96: hue angle of 284.78º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #730C96 is Cyan = 0.23, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 115 12 150 -
CMYK 0.23 0.92 0 0.41
HSL 284.78º 0.85% 0.32% -
HSV(B) 284.78º 0.92% 0.59% -
XYZ 12.71 6.11 29.36 -
YUV 58.53 179.62 168.28 -
System Red Green Blue C M Y K H S L
Decimal 115 12 150 0.23 0.92 0 0.41 284.78 0.85 0.32
Hex 73 C 96 17 5C 0 29 11D 55 20
Octal 163 14 226 27 134 0 51 435 125 40
Binary 1110011 1100 10010110 10111 1011100 0 101001 100011101 1010101 100000

Color Harmonies of #730C96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730C96

Black with #730C96

Text Example


Text Example

White with #730C96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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