Html Css Color HEX #730369 Purple

📋 copy color: '#730369'

red 115 ◦ green 3 ◦ blue 105

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

Shades of Purple #730369

Tints of Purple #730369

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.35%

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

R = 51.57%
G = 1.35%
B = 47.09%

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

#730369 (or 0x730369) is known color: Purple. HEX triplet: 73, 03 and 69. RGB value is (115,3,105). Sum of RGB (Red+Green+Blue) = 115+3+105=223 (29% of max value = 765). Red value is 115 (45.31% from 255 or 51.57% from 223); Green value is 3 (1.56% from 255 or 1.35% from 223); Blue value is 105 (41.41% from 255 or 47.09% from 223); Max value from RGB is 115 - color contains mainly: red. Hex color #730369 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730369 is #8CFC96. Grayscale: #2F2F2F. Windows color (decimal): -9239703 or 6882163. OLE color: 6882163.

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

Color convert

RGB 115 3 105 -
CMYK 0 0.97 0.09 0.55
HSL 305.36º 0.95% 0.23% -
HSV(B) 305.36º 0.97% 0.45% -
XYZ 9.65 4.73 13.77 -
YUV 48.12 160.11 175.71 -
System Red Green Blue C M Y K H S L
Decimal 115 3 105 0 0.97 0.09 0.55 305.36 0.95 0.23
Hex 73 3 69 0 61 9 37 131 5F 17
Octal 163 3 151 0 141 11 67 461 137 27
Binary 1110011 11 1101001 0 1100001 1001 110111 100110001 1011111 10111

Color Harmonies of #730369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730369

Black with #730369

Text Example


Text Example

White with #730369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730369; }

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

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

background-color css

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

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

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

border-color css

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

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

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