Html Css Color HEX #730B77 Purple

📋 copy color: '#730B77'

red 115 ◦ green 11 ◦ blue 119

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

Shades of Purple #730B77

Tints of Purple #730B77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 48.57%

R = 46.94%
G = 4.49%
B = 48.57%

CMYK

 C value IS 0.03

 M value IS 0.91

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#730B77 (or 0x730B77) is known color: Purple. HEX triplet: 73, 0B and 77. RGB value is (115,11,119). Sum of RGB (Red+Green+Blue) = 115+11+119=245 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.94% from 245); Green value is 11 (4.69% from 255 or 4.49% from 245); Blue value is 119 (46.88% from 255 or 48.57% from 245); Max value from RGB is 119 - color contains mainly: blue. Hex color #730B77 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730B77 is #8CF488. Grayscale: #363636. Windows color (decimal): -9237641 or 7801715. OLE color: 7801715.

HSL color Cylindrical-coordinate representation of color #730B77: hue angle of 297.78º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #730B77 is Cyan = 0.03, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 115 11 119 -
CMYK 0.03 0.91 0 0.53
HSL 297.78º 0.83% 0.25% -
HSV(B) 297.78º 0.91% 0.47% -
XYZ 10.52 5.22 17.91 -
YUV 54.41 164.46 171.22 -
System Red Green Blue C M Y K H S L
Decimal 115 11 119 0.03 0.91 0 0.53 297.78 0.83 0.25
Hex 73 B 77 3 5B 0 35 12A 53 19
Octal 163 13 167 3 133 0 65 452 123 31
Binary 1110011 1011 1110111 11 1011011 0 110101 100101010 1010011 11001

Color Harmonies of #730B77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730B77

Black with #730B77

Text Example


Text Example

White with #730B77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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