Html Css Color HEX #730885 Purple

📋 copy color: '#730885'

red 115 ◦ green 8 ◦ blue 133

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

Shades of Purple #730885

Tints of Purple #730885

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.13%

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

R = 44.92%
G = 3.13%
B = 51.95%

CMYK

 C value IS 0.14

 M value IS 0.94

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#730885 (or 0x730885) is known color: Purple. HEX triplet: 73, 08 and 85. RGB value is (115,8,133). Sum of RGB (Red+Green+Blue) = 115+8+133=256 (33% of max value = 765). Red value is 115 (45.31% from 255 or 44.92% from 256); Green value is 8 (3.52% from 255 or 3.12% from 256); Blue value is 133 (52.34% from 255 or 51.95% from 256); Max value from RGB is 133 - color contains mainly: blue. Hex color #730885 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #730885 is #8CF77A. Grayscale: #353535. Windows color (decimal): -9238395 or 8718451. OLE color: 8718451.

HSL color Cylindrical-coordinate representation of color #730885: hue angle of 291.36º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #730885 is Cyan = 0.14, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 115 8 133 -
CMYK 0.14 0.94 0 0.48
HSL 291.36º 0.89% 0.28% -
HSV(B) 291.36º 0.94% 0.52% -
XYZ 11.39 5.51 22.65 -
YUV 54.24 172.45 171.34 -
System Red Green Blue C M Y K H S L
Decimal 115 8 133 0.14 0.94 0 0.48 291.36 0.89 0.28
Hex 73 8 85 E 5E 0 30 123 59 1C
Octal 163 10 205 16 136 0 60 443 131 34
Binary 1110011 1000 10000101 1110 1011110 0 110000 100100011 1011001 11100

Color Harmonies of #730885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730885

Black with #730885

Text Example


Text Example

White with #730885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730885; }

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

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

background-color css

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

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

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

border-color css

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

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

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