Html Css Color HEX #730D6E Purple

📋 copy color: '#730D6E'

red 115 ◦ green 13 ◦ blue 110

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

Shades of Purple #730D6E

Tints of Purple #730D6E

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.46%

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

R = 48.32%
G = 5.46%
B = 46.22%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.04

 K value IS 0.55

RGB Variations

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

Color information

#730D6E (or 0x730D6E) is known color: Purple. HEX triplet: 73, 0D and 6E. RGB value is (115,13,110). Sum of RGB (Red+Green+Blue) = 115+13+110=238 (31% of max value = 765). Red value is 115 (45.31% from 255 or 48.32% from 238); Green value is 13 (5.47% from 255 or 5.46% from 238); Blue value is 110 (43.36% from 255 or 46.22% from 238); Max value from RGB is 115 - color contains mainly: red. Hex color #730D6E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730D6E is #8CF291. Grayscale: #363636. Windows color (decimal): -9237138 or 7212403. OLE color: 7212403.

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

Color convert

RGB 115 13 110 -
CMYK 0 0.89 0.04 0.55
HSL 302.94º 0.8% 0.25% -
HSV(B) 302.94º 0.89% 0.45% -
XYZ 10.03 5.06 15.2 -
YUV 54.56 159.29 171.11 -
System Red Green Blue C M Y K H S L
Decimal 115 13 110 0 0.89 0.04 0.55 302.94 0.8 0.25
Hex 73 D 6E 0 59 4 37 12F 50 19
Octal 163 15 156 0 131 4 67 457 120 31
Binary 1110011 1101 1101110 0 1011001 100 110111 100101111 1010000 11001

Color Harmonies of #730D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730D6E

Black with #730D6E

Text Example


Text Example

White with #730D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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