Html Css Color HEX #730085 Purple

📋 copy color: '#730085'

red 115 ◦ green 0 ◦ blue 133

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

Shades of Purple #730085

Tints of Purple #730085

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 46.37%
G = 0%
B = 53.63%

CMYK

 C value IS 0.14

 M value IS 1

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#730085 (or 0x730085) is known color: Purple. HEX triplet: 73, 00 and 85. RGB value is (115,0,133). Sum of RGB (Red+Green+Blue) = 115+0+133=248 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.37% from 248); Green value is 0 (0.39% from 255 or 0% from 248); Blue value is 133 (52.34% from 255 or 53.63% from 248); Max value from RGB is 133 - color contains mainly: blue. Hex color #730085 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #730085 is #8CFF7A. Grayscale: #313131. Windows color (decimal): -9240443 or 8716403. OLE color: 8716403.

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

Color convert

RGB 115 0 133 -
CMYK 0.14 1 0 0.48
HSL 291.88º 1% 0.26% -
HSV(B) 291.88º 1% 0.52% -
XYZ 11.3 5.34 22.62 -
YUV 49.55 175.1 174.69 -
System Red Green Blue C M Y K H S L
Decimal 115 0 133 0.14 1 0 0.48 291.88 1 0.26
Hex 73 0 85 E 64 0 30 124 64 1A
Octal 163 0 205 16 144 0 60 444 144 32
Binary 1110011 0 10000101 1110 1100100 0 110000 100100100 1100100 11010

Color Harmonies of #730085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730085

Black with #730085

Text Example


Text Example

White with #730085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730085; }

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

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

background-color css

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

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

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

border-color css

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

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

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