Html Css Color HEX #730686 Purple

📋 copy color: '#730686'

red 115 ◦ green 6 ◦ blue 134

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

Shades of Purple #730686

Tints of Purple #730686

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.35%

 BLUE value IS 134 (52.73% from 255) = 52.55%

R = 45.1%
G = 2.35%
B = 52.55%

CMYK

 C value IS 0.14

 M value IS 0.96

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#730686 (or 0x730686) is known color: Purple. HEX triplet: 73, 06 and 86. RGB value is (115,6,134). Sum of RGB (Red+Green+Blue) = 115+6+134=255 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.10% from 255); Green value is 6 (2.73% from 255 or 2.35% from 255); Blue value is 134 (52.73% from 255 or 52.55% from 255); Max value from RGB is 134 - color contains mainly: blue. Hex color #730686 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #730686 is #8CF979. Grayscale: #343434. Windows color (decimal): -9238906 or 8783475. OLE color: 8783475.

HSL color Cylindrical-coordinate representation of color #730686: hue angle of 291.09º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #730686 is Cyan = 0.14, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 115 6 134 -
CMYK 0.14 0.96 0 0.47
HSL 291.09º 0.91% 0.27% -
HSV(B) 291.09º 0.96% 0.53% -
XYZ 11.44 5.5 23.01 -
YUV 53.18 173.61 172.09 -
System Red Green Blue C M Y K H S L
Decimal 115 6 134 0.14 0.96 0 0.47 291.09 0.91 0.27
Hex 73 6 86 E 60 0 2F 123 5B 1B
Octal 163 6 206 16 140 0 57 443 133 33
Binary 1110011 110 10000110 1110 1100000 0 101111 100100011 1011011 11011

Color Harmonies of #730686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730686

Black with #730686

Text Example


Text Example

White with #730686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730686; }

 p { color: rgb(115,6,134); }

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

background-color css

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

 a { background-color: rgb(115,6,134); }

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

border-color css

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

 span { border-color: rgb(115,6,134); }

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