Html Css Color HEX #730066 Purple

📋 copy color: '#730066'

red 115 ◦ green 0 ◦ blue 102

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

Shades of Purple #730066

Tints of Purple #730066

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 53%
G = 0%
B = 47%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.11

 K value IS 0.55

RGB Variations

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

Color information

#730066 (or 0x730066) is known color: Purple. HEX triplet: 73, 00 and 66. RGB value is (115,0,102). Sum of RGB (Red+Green+Blue) = 115+0+102=217 (28% of max value = 765). Red value is 115 (45.31% from 255 or 53.00% from 217); Green value is 0 (0.39% from 255 or 0% from 217); Blue value is 102 (40.23% from 255 or 47.00% from 217); Max value from RGB is 115 - color contains mainly: red. Hex color #730066 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730066 is #8CFF99. Grayscale: #2D2D2D. Windows color (decimal): -9240474 or 6684787. OLE color: 6684787.

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

Color convert

RGB 115 0 102 -
CMYK 0 1 0.11 0.55
HSL 306.78º 1% 0.23% -
HSV(B) 306.78º 1% 0.45% -
XYZ 9.47 4.6 12.96 -
YUV 46.01 159.6 177.21 -
System Red Green Blue C M Y K H S L
Decimal 115 0 102 0 1 0.11 0.55 306.78 1 0.23
Hex 73 0 66 0 64 B 37 133 64 17
Octal 163 0 146 0 144 13 67 463 144 27
Binary 1110011 0 1100110 0 1100100 1011 110111 100110011 1100100 10111

Color Harmonies of #730066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730066

Black with #730066

Text Example


Text Example

White with #730066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730066; }

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

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

background-color css

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

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

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

border-color css

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

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

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