Html Css Color HEX #730D8B Purple

📋 copy color: '#730D8B'

red 115 ◦ green 13 ◦ blue 139

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

Shades of Purple #730D8B

Tints of Purple #730D8B

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.87%

 BLUE value IS 139 (54.69% from 255) = 52.06%

R = 43.07%
G = 4.87%
B = 52.06%

CMYK

 C value IS 0.17

 M value IS 0.91

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#730D8B (or 0x730D8B) is known color: Purple. HEX triplet: 73, 0D and 8B. RGB value is (115,13,139). Sum of RGB (Red+Green+Blue) = 115+13+139=267 (35% of max value = 765). Red value is 115 (45.31% from 255 or 43.07% from 267); Green value is 13 (5.47% from 255 or 4.87% from 267); Blue value is 139 (54.69% from 255 or 52.06% from 267); Max value from RGB is 139 - color contains mainly: blue. Hex color #730D8B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #730D8B is #8CF274. Grayscale: #393939. Windows color (decimal): -9237109 or 9112947. OLE color: 9112947.

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

Color convert

RGB 115 13 139 -
CMYK 0.17 0.91 0 0.45
HSL 288.57º 0.83% 0.3% -
HSV(B) 288.57º 0.91% 0.55% -
XYZ 11.87 5.8 24.92 -
YUV 57.86 173.79 168.75 -
System Red Green Blue C M Y K H S L
Decimal 115 13 139 0.17 0.91 0 0.45 288.57 0.83 0.3
Hex 73 D 8B 11 5B 0 2D 121 53 1E
Octal 163 15 213 21 133 0 55 441 123 36
Binary 1110011 1101 10001011 10001 1011011 0 101101 100100001 1010011 11110

Color Harmonies of #730D8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730D8B

Black with #730D8B

Text Example


Text Example

White with #730D8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,13,139); }

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

background-color css

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

 a { background-color: rgb(115,13,139); }

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

border-color css

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

 span { border-color: rgb(115,13,139); }

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