Html Css Color HEX #730469 Purple

📋 copy color: '#730469'

red 115 ◦ green 4 ◦ blue 105

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

Shades of Purple #730469

Tints of Purple #730469

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.79%

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

R = 51.34%
G = 1.79%
B = 46.88%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.09

 K value IS 0.55

RGB Variations

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

Color information

#730469 (or 0x730469) is known color: Purple. HEX triplet: 73, 04 and 69. RGB value is (115,4,105). Sum of RGB (Red+Green+Blue) = 115+4+105=224 (29% of max value = 765). Red value is 115 (45.31% from 255 or 51.34% from 224); Green value is 4 (1.95% from 255 or 1.79% from 224); Blue value is 105 (41.41% from 255 or 46.88% from 224); Max value from RGB is 115 - color contains mainly: red. Hex color #730469 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730469 is #8CFB96. Grayscale: #303030. Windows color (decimal): -9239447 or 6882419. OLE color: 6882419.

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

Color convert

RGB 115 4 105 -
CMYK 0 0.97 0.09 0.55
HSL 305.41º 0.93% 0.23% -
HSV(B) 305.41º 0.97% 0.45% -
XYZ 9.66 4.75 13.77 -
YUV 48.7 159.77 175.29 -
System Red Green Blue C M Y K H S L
Decimal 115 4 105 0 0.97 0.09 0.55 305.41 0.93 0.23
Hex 73 4 69 0 61 9 37 131 5D 17
Octal 163 4 151 0 141 11 67 461 135 27
Binary 1110011 100 1101001 0 1100001 1001 110111 100110001 1011101 10111

Color Harmonies of #730469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730469

Black with #730469

Text Example


Text Example

White with #730469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730469; }

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

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

background-color css

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

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

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

border-color css

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

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

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