Html Css Color HEX #730875 Purple

📋 copy color: '#730875'

red 115 ◦ green 8 ◦ blue 117

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

Shades of Purple #730875

Tints of Purple #730875

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.33%

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

R = 47.92%
G = 3.33%
B = 48.75%

CMYK

 C value IS 0.02

 M value IS 0.93

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#730875 (or 0x730875) is known color: Purple. HEX triplet: 73, 08 and 75. RGB value is (115,8,117). Sum of RGB (Red+Green+Blue) = 115+8+117=240 (31% of max value = 765). Red value is 115 (45.31% from 255 or 47.92% from 240); Green value is 8 (3.52% from 255 or 3.33% from 240); Blue value is 117 (46.09% from 255 or 48.75% from 240); Max value from RGB is 117 - color contains mainly: blue. Hex color #730875 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730875 is #8CF78A. Grayscale: #343434. Windows color (decimal): -9238411 or 7669875. OLE color: 7669875.

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

Color convert

RGB 115 8 117 -
CMYK 0.02 0.93 0 0.54
HSL 298.9º 0.87% 0.25% -
HSV(B) 298.9º 0.93% 0.46% -
XYZ 10.37 5.1 17.27 -
YUV 52.42 164.45 172.64 -
System Red Green Blue C M Y K H S L
Decimal 115 8 117 0.02 0.93 0 0.54 298.9 0.87 0.25
Hex 73 8 75 2 5D 0 36 12B 57 19
Octal 163 10 165 2 135 0 66 453 127 31
Binary 1110011 1000 1110101 10 1011101 0 110110 100101011 1010111 11001

Color Harmonies of #730875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730875

Black with #730875

Text Example


Text Example

White with #730875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730875; }

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

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

background-color css

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

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

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

border-color css

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

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

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