Html Css Color HEX #730882 Purple

📋 copy color: '#730882'

red 115 ◦ green 8 ◦ blue 130

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

Shades of Purple #730882

Tints of Purple #730882

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 51.38%

R = 45.45%
G = 3.16%
B = 51.38%

CMYK

 C value IS 0.12

 M value IS 0.94

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#730882 (or 0x730882) is known color: Purple. HEX triplet: 73, 08 and 82. RGB value is (115,8,130). Sum of RGB (Red+Green+Blue) = 115+8+130=253 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.45% from 253); Green value is 8 (3.52% from 255 or 3.16% from 253); Blue value is 130 (51.17% from 255 or 51.38% from 253); Max value from RGB is 130 - color contains mainly: blue. Hex color #730882 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #730882 is #8CF77D. Grayscale: #353535. Windows color (decimal): -9238398 or 8521843. OLE color: 8521843.

HSL color Cylindrical-coordinate representation of color #730882: hue angle of 292.62º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #730882 is Cyan = 0.12, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 115 8 130 -
CMYK 0.12 0.94 0 0.49
HSL 292.62º 0.88% 0.27% -
HSV(B) 292.62º 0.94% 0.51% -
XYZ 11.19 5.43 21.58 -
YUV 53.9 170.95 171.58 -
System Red Green Blue C M Y K H S L
Decimal 115 8 130 0.12 0.94 0 0.49 292.62 0.88 0.27
Hex 73 8 82 C 5E 0 31 125 58 1B
Octal 163 10 202 14 136 0 61 445 130 33
Binary 1110011 1000 10000010 1100 1011110 0 110001 100100101 1011000 11011

Color Harmonies of #730882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730882

Black with #730882

Text Example


Text Example

White with #730882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730882; }

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

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

background-color css

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

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

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

border-color css

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

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

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