Html Css Color HEX #730A6E Purple

📋 copy color: '#730A6E'

red 115 ◦ green 10 ◦ blue 110

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

Shades of Purple #730A6E

Tints of Purple #730A6E

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.26%

 BLUE value IS 110 (43.36% from 255) = 46.81%

R = 48.94%
G = 4.26%
B = 46.81%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.04

 K value IS 0.55

RGB Variations

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

Color information

#730A6E (or 0x730A6E) is known color: Purple. HEX triplet: 73, 0A and 6E. RGB value is (115,10,110). Sum of RGB (Red+Green+Blue) = 115+10+110=235 (31% of max value = 765). Red value is 115 (45.31% from 255 or 48.94% from 235); Green value is 10 (4.30% from 255 or 4.26% from 235); Blue value is 110 (43.36% from 255 or 46.81% from 235); Max value from RGB is 115 - color contains mainly: red. Hex color #730A6E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730A6E is #8CF591. Grayscale: #343434. Windows color (decimal): -9237906 or 7211635. OLE color: 7211635.

HSL color Cylindrical-coordinate representation of color #730A6E: hue angle of 302.86º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #730A6E is Cyan = 0, Magento = 0.91, Yellow = 0.04 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 10 110 -
CMYK 0 0.91 0.04 0.55
HSL 302.86º 0.84% 0.25% -
HSV(B) 302.86º 0.91% 0.45% -
XYZ 9.99 4.99 15.19 -
YUV 52.8 160.29 172.37 -
System Red Green Blue C M Y K H S L
Decimal 115 10 110 0 0.91 0.04 0.55 302.86 0.84 0.25
Hex 73 A 6E 0 5B 4 37 12F 54 19
Octal 163 12 156 0 133 4 67 457 124 31
Binary 1110011 1010 1101110 0 1011011 100 110111 100101111 1010100 11001

Color Harmonies of #730A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730A6E

Black with #730A6E

Text Example


Text Example

White with #730A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730A6E; }

 p { color: rgb(115,10,110); }

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

background-color css

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

 a { background-color: rgb(115,10,110); }

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

border-color css

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

 span { border-color: rgb(115,10,110); }

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