Html Css Color HEX #730285 Purple

📋 copy color: '#730285'

red 115 ◦ green 2 ◦ blue 133

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

Shades of Purple #730285

Tints of Purple #730285

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.8%

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

R = 46%
G = 0.8%
B = 53.2%

CMYK

 C value IS 0.14

 M value IS 0.98

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#730285 (or 0x730285) is known color: Purple. HEX triplet: 73, 02 and 85. RGB value is (115,2,133). Sum of RGB (Red+Green+Blue) = 115+2+133=250 (33% of max value = 765). Red value is 115 (45.31% from 255 or 46% from 250); Green value is 2 (1.17% from 255 or 0.8% from 250); Blue value is 133 (52.34% from 255 or 53.2% from 250); Max value from RGB is 133 - color contains mainly: blue. Hex color #730285 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #730285 is #8CFD7A. Grayscale: #323232. Windows color (decimal): -9239931 or 8716915. OLE color: 8716915.

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

Color convert

RGB 115 2 133 -
CMYK 0.14 0.98 0 0.48
HSL 291.76º 0.97% 0.26% -
HSV(B) 291.76º 0.98% 0.52% -
XYZ 11.33 5.38 22.63 -
YUV 50.72 174.44 173.85 -
System Red Green Blue C M Y K H S L
Decimal 115 2 133 0.14 0.98 0 0.48 291.76 0.97 0.26
Hex 73 2 85 E 62 0 30 124 61 1A
Octal 163 2 205 16 142 0 60 444 141 32
Binary 1110011 10 10000101 1110 1100010 0 110000 100100100 1100001 11010

Color Harmonies of #730285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730285

Black with #730285

Text Example


Text Example

White with #730285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730285; }

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

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

background-color css

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

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

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

border-color css

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

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

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