Html Css Color HEX #730B8C Purple

📋 copy color: '#730B8C'

red 115 ◦ green 11 ◦ blue 140

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

Shades of Purple #730B8C

Tints of Purple #730B8C

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.14%

 BLUE value IS 140 (55.08% from 255) = 52.63%

R = 43.23%
G = 4.14%
B = 52.63%

CMYK

 C value IS 0.18

 M value IS 0.92

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#730B8C (or 0x730B8C) is known color: Purple. HEX triplet: 73, 0B and 8C. RGB value is (115,11,140). Sum of RGB (Red+Green+Blue) = 115+11+140=266 (35% of max value = 765). Red value is 115 (45.31% from 255 or 43.23% from 266); Green value is 11 (4.69% from 255 or 4.14% from 266); Blue value is 140 (55.08% from 255 or 52.63% from 266); Max value from RGB is 140 - color contains mainly: blue. Hex color #730B8C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #730B8C is #8CF473. Grayscale: #383838. Windows color (decimal): -9237620 or 9177971. OLE color: 9177971.

HSL color Cylindrical-coordinate representation of color #730B8C: hue angle of 288.37º degrees, saturation: 0.85, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #730B8C is Cyan = 0.18, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 115 11 140 -
CMYK 0.18 0.92 0 0.45
HSL 288.37º 0.85% 0.3% -
HSV(B) 288.37º 0.92% 0.55% -
XYZ 11.92 5.78 25.3 -
YUV 56.8 174.96 169.51 -
System Red Green Blue C M Y K H S L
Decimal 115 11 140 0.18 0.92 0 0.45 288.37 0.85 0.3
Hex 73 B 8C 12 5C 0 2D 120 55 1E
Octal 163 13 214 22 134 0 55 440 125 36
Binary 1110011 1011 10001100 10010 1011100 0 101101 100100000 1010101 11110

Color Harmonies of #730B8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730B8C

Black with #730B8C

Text Example


Text Example

White with #730B8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,11,140); }

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

background-color css

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

 a { background-color: rgb(115,11,140); }

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

border-color css

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

 span { border-color: rgb(115,11,140); }

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