Html Css Color HEX #730175 Purple

📋 copy color: '#730175'

red 115 ◦ green 1 ◦ blue 117

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

Shades of Purple #730175

Tints of Purple #730175

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.43%

 BLUE value IS 117 (46.09% from 255) = 50.21%

R = 49.36%
G = 0.43%
B = 50.21%

CMYK

 C value IS 0.02

 M value IS 0.99

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#730175 (or 0x730175) is known color: Purple. HEX triplet: 73, 01 and 75. RGB value is (115,1,117). Sum of RGB (Red+Green+Blue) = 115+1+117=233 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.36% from 233); Green value is 1 (0.78% from 255 or 0.43% from 233); Blue value is 117 (46.09% from 255 or 50.21% from 233); Max value from RGB is 117 - color contains mainly: blue. Hex color #730175 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730175 is #8CFE8A. Grayscale: #2F2F2F. Windows color (decimal): -9240203 or 7668083. OLE color: 7668083.

HSL color Cylindrical-coordinate representation of color #730175: hue angle of 298.97º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #730175 is Cyan = 0.02, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 115 1 117 -
CMYK 0.02 0.99 0 0.54
HSL 298.97º 0.98% 0.23% -
HSV(B) 298.97º 0.99% 0.46% -
XYZ 10.29 4.95 17.24 -
YUV 48.31 166.77 175.57 -
System Red Green Blue C M Y K H S L
Decimal 115 1 117 0.02 0.99 0 0.54 298.97 0.98 0.23
Hex 73 1 75 2 63 0 36 12B 62 17
Octal 163 1 165 2 143 0 66 453 142 27
Binary 1110011 1 1110101 10 1100011 0 110110 100101011 1100010 10111

Color Harmonies of #730175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730175

Black with #730175

Text Example


Text Example

White with #730175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730175; }

 p { color: rgb(115,1,117); }

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

background-color css

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

 a { background-color: rgb(115,1,117); }

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

border-color css

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

 span { border-color: rgb(115,1,117); }

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