Html Css Color HEX #730566 Purple

📋 copy color: '#730566'

red 115 ◦ green 5 ◦ blue 102

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

Shades of Purple #730566

Tints of Purple #730566

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.25%

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

R = 51.8%
G = 2.25%
B = 45.95%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.11

 K value IS 0.55

RGB Variations

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

Color information

#730566 (or 0x730566) is known color: Purple. HEX triplet: 73, 05 and 66. RGB value is (115,5,102). Sum of RGB (Red+Green+Blue) = 115+5+102=222 (29% of max value = 765). Red value is 115 (45.31% from 255 or 51.80% from 222); Green value is 5 (2.34% from 255 or 2.25% from 222); Blue value is 102 (40.23% from 255 or 45.95% from 222); Max value from RGB is 115 - color contains mainly: red. Hex color #730566 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730566 is #8CFA99. Grayscale: #303030. Windows color (decimal): -9239194 or 6686067. OLE color: 6686067.

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

Color convert

RGB 115 5 102 -
CMYK 0 0.96 0.11 0.55
HSL 307.09º 0.92% 0.24% -
HSV(B) 307.09º 0.96% 0.45% -
XYZ 9.52 4.71 12.98 -
YUV 48.95 157.94 175.11 -
System Red Green Blue C M Y K H S L
Decimal 115 5 102 0 0.96 0.11 0.55 307.09 0.92 0.24
Hex 73 5 66 0 60 B 37 133 5C 18
Octal 163 5 146 0 140 13 67 463 134 30
Binary 1110011 101 1100110 0 1100000 1011 110111 100110011 1011100 11000

Color Harmonies of #730566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730566

Black with #730566

Text Example


Text Example

White with #730566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730566; }

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

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

background-color css

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

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

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

border-color css

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

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

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