Html Css Color HEX #730769 Purple

📋 copy color: '#730769'

red 115 ◦ green 7 ◦ blue 105

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

Shades of Purple #730769

Tints of Purple #730769

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.08%

 BLUE value IS 105 (41.41% from 255) = 46.26%

R = 50.66%
G = 3.08%
B = 46.26%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.09

 K value IS 0.55

RGB Variations

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

Color information

#730769 (or 0x730769) is known color: Purple. HEX triplet: 73, 07 and 69. RGB value is (115,7,105). Sum of RGB (Red+Green+Blue) = 115+7+105=227 (30% of max value = 765). Red value is 115 (45.31% from 255 or 50.66% from 227); Green value is 7 (3.12% from 255 or 3.08% from 227); Blue value is 105 (41.41% from 255 or 46.26% from 227); Max value from RGB is 115 - color contains mainly: red. Hex color #730769 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730769 is #8CF896. Grayscale: #323232. Windows color (decimal): -9238679 or 6883187. OLE color: 6883187.

HSL color Cylindrical-coordinate representation of color #730769: hue angle of 305.56º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #730769 is Cyan = 0, Magento = 0.94, Yellow = 0.09 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 7 105 -
CMYK 0 0.94 0.09 0.55
HSL 305.56º 0.89% 0.24% -
HSV(B) 305.56º 0.94% 0.45% -
XYZ 9.7 4.82 13.78 -
YUV 50.46 158.78 174.03 -
System Red Green Blue C M Y K H S L
Decimal 115 7 105 0 0.94 0.09 0.55 305.56 0.89 0.24
Hex 73 7 69 0 5E 9 37 132 59 18
Octal 163 7 151 0 136 11 67 462 131 30
Binary 1110011 111 1101001 0 1011110 1001 110111 100110010 1011001 11000

Color Harmonies of #730769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730769

Black with #730769

Text Example


Text Example

White with #730769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730769; }

 p { color: rgb(115,7,105); }

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

background-color css

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

 a { background-color: rgb(115,7,105); }

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

border-color css

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

 span { border-color: rgb(115,7,105); }

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