Html Css Color HEX #730F6E Purple

📋 copy color: '#730F6E'

red 115 ◦ green 15 ◦ blue 110

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

Shades of Purple #730F6E

Tints of Purple #730F6E

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.25%

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

R = 47.92%
G = 6.25%
B = 45.83%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.04

 K value IS 0.55

RGB Variations

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

Color information

#730F6E (or 0x730F6E) is known color: Purple. HEX triplet: 73, 0F and 6E. RGB value is (115,15,110). Sum of RGB (Red+Green+Blue) = 115+15+110=240 (31% of max value = 765). Red value is 115 (45.31% from 255 or 47.92% from 240); Green value is 15 (6.25% from 255 or 6.25% from 240); Blue value is 110 (43.36% from 255 or 45.83% from 240); Max value from RGB is 115 - color contains mainly: red. Hex color #730F6E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730F6E is #8CF091. Grayscale: #373737. Windows color (decimal): -9236626 or 7212915. OLE color: 7212915.

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

Color convert

RGB 115 15 110 -
CMYK 0 0.87 0.04 0.55
HSL 303º 0.77% 0.25% -
HSV(B) 303º 0.87% 0.45% -
XYZ 10.06 5.11 15.21 -
YUV 55.73 158.63 170.28 -
System Red Green Blue C M Y K H S L
Decimal 115 15 110 0 0.87 0.04 0.55 303 0.77 0.25
Hex 73 F 6E 0 57 4 37 12F 4D 19
Octal 163 17 156 0 127 4 67 457 115 31
Binary 1110011 1111 1101110 0 1010111 100 110111 100101111 1001101 11001

Color Harmonies of #730F6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730F6E

Black with #730F6E

Text Example


Text Example

White with #730F6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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