Html Css Color HEX #730B88 Purple

📋 copy color: '#730B88'

red 115 ◦ green 11 ◦ blue 136

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

Shades of Purple #730B88

Tints of Purple #730B88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 51.91%

R = 43.89%
G = 4.2%
B = 51.91%

CMYK

 C value IS 0.15

 M value IS 0.92

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#730B88 (or 0x730B88) is known color: Purple. HEX triplet: 73, 0B and 88. RGB value is (115,11,136). Sum of RGB (Red+Green+Blue) = 115+11+136=262 (34% of max value = 765). Red value is 115 (45.31% from 255 or 43.89% from 262); Green value is 11 (4.69% from 255 or 4.20% from 262); Blue value is 136 (53.52% from 255 or 51.91% from 262); Max value from RGB is 136 - color contains mainly: blue. Hex color #730B88 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #730B88 is #8CF477. Grayscale: #373737. Windows color (decimal): -9237624 or 8915827. OLE color: 8915827.

HSL color Cylindrical-coordinate representation of color #730B88: hue angle of 289.92º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #730B88 is Cyan = 0.15, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 115 11 136 -
CMYK 0.15 0.92 0 0.47
HSL 289.92º 0.85% 0.29% -
HSV(B) 289.92º 0.92% 0.53% -
XYZ 11.63 5.66 23.77 -
YUV 56.35 172.96 169.84 -
System Red Green Blue C M Y K H S L
Decimal 115 11 136 0.15 0.92 0 0.47 289.92 0.85 0.29
Hex 73 B 88 F 5C 0 2F 122 55 1D
Octal 163 13 210 17 134 0 57 442 125 35
Binary 1110011 1011 10001000 1111 1011100 0 101111 100100010 1010101 11101

Color Harmonies of #730B88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730B88

Black with #730B88

Text Example


Text Example

White with #730B88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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