Html Css Color HEX #730B7D Purple

📋 copy color: '#730B7D'

red 115 ◦ green 11 ◦ blue 125

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

Shades of Purple #730B7D

Tints of Purple #730B7D

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.38%

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

R = 45.82%
G = 4.38%
B = 49.8%

CMYK

 C value IS 0.08

 M value IS 0.91

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#730B7D (or 0x730B7D) is known color: Purple. HEX triplet: 73, 0B and 7D. RGB value is (115,11,125). Sum of RGB (Red+Green+Blue) = 115+11+125=251 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.82% from 251); Green value is 11 (4.69% from 255 or 4.38% from 251); Blue value is 125 (49.22% from 255 or 49.80% from 251); Max value from RGB is 125 - color contains mainly: blue. Hex color #730B7D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730B7D is #8CF482. Grayscale: #363636. Windows color (decimal): -9237635 or 8194931. OLE color: 8194931.

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

Color convert

RGB 115 11 125 -
CMYK 0.08 0.91 0 0.51
HSL 294.74º 0.84% 0.27% -
HSV(B) 294.74º 0.91% 0.49% -
XYZ 10.89 5.36 19.86 -
YUV 55.09 167.46 170.73 -
System Red Green Blue C M Y K H S L
Decimal 115 11 125 0.08 0.91 0 0.51 294.74 0.84 0.27
Hex 73 B 7D 8 5B 0 33 127 54 1B
Octal 163 13 175 10 133 0 63 447 124 33
Binary 1110011 1011 1111101 1000 1011011 0 110011 100100111 1010100 11011

Color Harmonies of #730B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730B7D

Black with #730B7D

Text Example


Text Example

White with #730B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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