Html Css Color HEX #730466 Purple

📋 copy color: '#730466'

red 115 ◦ green 4 ◦ blue 102

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

Shades of Purple #730466

Tints of Purple #730466

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 46.15%

R = 52.04%
G = 1.81%
B = 46.15%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.11

 K value IS 0.55

RGB Variations

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

Color information

#730466 (or 0x730466) is known color: Purple. HEX triplet: 73, 04 and 66. RGB value is (115,4,102). Sum of RGB (Red+Green+Blue) = 115+4+102=221 (29% of max value = 765). Red value is 115 (45.31% from 255 or 52.04% from 221); Green value is 4 (1.95% from 255 or 1.81% from 221); Blue value is 102 (40.23% from 255 or 46.15% from 221); Max value from RGB is 115 - color contains mainly: red. Hex color #730466 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730466 is #8CFB99. Grayscale: #303030. Windows color (decimal): -9239450 or 6685811. OLE color: 6685811.

HSL color Cylindrical-coordinate representation of color #730466: hue angle of 307.03º 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 #730466 is Cyan = 0, Magento = 0.97, Yellow = 0.11 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 4 102 -
CMYK 0 0.97 0.11 0.55
HSL 307.03º 0.93% 0.23% -
HSV(B) 307.03º 0.97% 0.45% -
XYZ 9.51 4.69 12.97 -
YUV 48.36 158.27 175.53 -
System Red Green Blue C M Y K H S L
Decimal 115 4 102 0 0.97 0.11 0.55 307.03 0.93 0.23
Hex 73 4 66 0 61 B 37 133 5D 17
Octal 163 4 146 0 141 13 67 463 135 27
Binary 1110011 100 1100110 0 1100001 1011 110111 100110011 1011101 10111

Color Harmonies of #730466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730466

Black with #730466

Text Example


Text Example

White with #730466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730466; }

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

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

background-color css

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

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

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

border-color css

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

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

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