Html Css Color HEX #730691 Purple

📋 copy color: '#730691'

red 115 ◦ green 6 ◦ blue 145

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

Shades of Purple #730691

Tints of Purple #730691

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 54.51%

R = 43.23%
G = 2.26%
B = 54.51%

CMYK

 C value IS 0.21

 M value IS 0.96

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#730691 (or 0x730691) is known color: Purple. HEX triplet: 73, 06 and 91. RGB value is (115,6,145). Sum of RGB (Red+Green+Blue) = 115+6+145=266 (35% of max value = 765). Red value is 115 (45.31% from 255 or 43.23% from 266); Green value is 6 (2.73% from 255 or 2.26% from 266); Blue value is 145 (57.03% from 255 or 54.51% from 266); Max value from RGB is 145 - color contains mainly: blue. Hex color #730691 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #730691 is #8CF96E. Grayscale: #353535. Windows color (decimal): -9238895 or 9504371. OLE color: 9504371.

HSL color Cylindrical-coordinate representation of color #730691: hue angle of 287.05º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #730691 is Cyan = 0.21, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 115 6 145 -
CMYK 0.21 0.96 0 0.43
HSL 287.05º 0.92% 0.3% -
HSV(B) 287.05º 0.96% 0.57% -
XYZ 12.25 5.82 27.27 -
YUV 54.44 179.11 171.2 -
System Red Green Blue C M Y K H S L
Decimal 115 6 145 0.21 0.96 0 0.43 287.05 0.92 0.3
Hex 73 6 91 15 60 0 2B 11F 5C 1E
Octal 163 6 221 25 140 0 53 437 134 36
Binary 1110011 110 10010001 10101 1100000 0 101011 100011111 1011100 11110

Color Harmonies of #730691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730691

Black with #730691

Text Example


Text Example

White with #730691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730691; }

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

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

background-color css

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

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

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

border-color css

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

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

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