Html Css Color HEX #730662 Purple

📋 copy color: '#730662'

red 115 ◦ green 6 ◦ blue 98

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

Shades of Purple #730662

Tints of Purple #730662

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.74%

 BLUE value IS 98 (38.67% from 255) = 44.75%

R = 52.51%
G = 2.74%
B = 44.75%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.15

 K value IS 0.55

RGB Variations

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

Color information

#730662 (or 0x730662) is known color: Purple. HEX triplet: 73, 06 and 62. RGB value is (115,6,98). Sum of RGB (Red+Green+Blue) = 115+6+98=219 (29% of max value = 765). Red value is 115 (45.31% from 255 or 52.51% from 219); Green value is 6 (2.73% from 255 or 2.74% from 219); Blue value is 98 (38.67% from 255 or 44.75% from 219); Max value from RGB is 115 - color contains mainly: red. Hex color #730662 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730662 is #8CF99D. Grayscale: #303030. Windows color (decimal): -9238942 or 6424179. OLE color: 6424179.

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

Color convert

RGB 115 6 98 -
CMYK 0 0.95 0.15 0.55
HSL 309.36º 0.9% 0.24% -
HSV(B) 309.36º 0.95% 0.45% -
XYZ 9.34 4.66 11.96 -
YUV 49.08 155.61 175.02 -
System Red Green Blue C M Y K H S L
Decimal 115 6 98 0 0.95 0.15 0.55 309.36 0.9 0.24
Hex 73 6 62 0 5F F 37 135 5A 18
Octal 163 6 142 0 137 17 67 465 132 30
Binary 1110011 110 1100010 0 1011111 1111 110111 100110101 1011010 11000

Color Harmonies of #730662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730662

Black with #730662

Text Example


Text Example

White with #730662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730662; }

 p { color: rgb(115,6,98); }

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

background-color css

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

 a { background-color: rgb(115,6,98); }

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

border-color css

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

 span { border-color: rgb(115,6,98); }

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