Html Css Color HEX #730D85 Purple

📋 copy color: '#730D85'

red 115 ◦ green 13 ◦ blue 133

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

Shades of Purple #730D85

Tints of Purple #730D85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 50.96%

R = 44.06%
G = 4.98%
B = 50.96%

CMYK

 C value IS 0.14

 M value IS 0.90

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#730D85 (or 0x730D85) is known color: Purple. HEX triplet: 73, 0D and 85. RGB value is (115,13,133). Sum of RGB (Red+Green+Blue) = 115+13+133=261 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.06% from 261); Green value is 13 (5.47% from 255 or 4.98% from 261); Blue value is 133 (52.34% from 255 or 50.96% from 261); Max value from RGB is 133 - color contains mainly: blue. Hex color #730D85 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #730D85 is #8CF27A. Grayscale: #383838. Windows color (decimal): -9237115 or 8719731. OLE color: 8719731.

HSL color Cylindrical-coordinate representation of color #730D85: hue angle of 291º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #730D85 is Cyan = 0.14, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 115 13 133 -
CMYK 0.14 0.90 0 0.48
HSL 291º 0.82% 0.29% -
HSV(B) 291º 0.9% 0.52% -
XYZ 11.45 5.63 22.67 -
YUV 57.18 170.79 169.24 -
System Red Green Blue C M Y K H S L
Decimal 115 13 133 0.14 0.90 0 0.48 291 0.82 0.29
Hex 73 D 85 E 5A 0 30 123 52 1D
Octal 163 15 205 16 132 0 60 443 122 35
Binary 1110011 1101 10000101 1110 1011010 0 110000 100100011 1010010 11101

Color Harmonies of #730D85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730D85

Black with #730D85

Text Example


Text Example

White with #730D85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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