Html Css Color HEX #730E7D Purple

📋 copy color: '#730E7D'

red 115 ◦ green 14 ◦ blue 125

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

Shades of Purple #730E7D

Tints of Purple #730E7D

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.51%

 BLUE value IS 125 (49.22% from 255) = 49.21%

R = 45.28%
G = 5.51%
B = 49.21%

CMYK

 C value IS 0.08

 M value IS 0.89

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#730E7D (or 0x730E7D) is known color: Purple. HEX triplet: 73, 0E and 7D. RGB value is (115,14,125). Sum of RGB (Red+Green+Blue) = 115+14+125=254 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.28% from 254); Green value is 14 (5.86% from 255 or 5.51% from 254); Blue value is 125 (49.22% from 255 or 49.21% from 254); Max value from RGB is 125 - color contains mainly: blue. Hex color #730E7D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730E7D is #8CF182. Grayscale: #383838. Windows color (decimal): -9236867 or 8195699. OLE color: 8195699.

HSL color Cylindrical-coordinate representation of color #730E7D: hue angle of 294.59º degrees, saturation: 0.8, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #730E7D is Cyan = 0.08, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 115 14 125 -
CMYK 0.08 0.89 0 0.51
HSL 294.59º 0.8% 0.27% -
HSV(B) 294.59º 0.89% 0.49% -
XYZ 10.93 5.44 19.88 -
YUV 56.85 166.46 169.47 -
System Red Green Blue C M Y K H S L
Decimal 115 14 125 0.08 0.89 0 0.51 294.59 0.8 0.27
Hex 73 E 7D 8 59 0 33 127 50 1B
Octal 163 16 175 10 131 0 63 447 120 33
Binary 1110011 1110 1111101 1000 1011001 0 110011 100100111 1010000 11011

Color Harmonies of #730E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730E7D

Black with #730E7D

Text Example


Text Example

White with #730E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,14,125); }

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

background-color css

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

 a { background-color: rgb(115,14,125); }

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

border-color css

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

 span { border-color: rgb(115,14,125); }

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