Html Css Color HEX #730878 Purple

📋 copy color: '#730878'

red 115 ◦ green 8 ◦ blue 120

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

Shades of Purple #730878

Tints of Purple #730878

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 49.38%

R = 47.33%
G = 3.29%
B = 49.38%

CMYK

 C value IS 0.04

 M value IS 0.93

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#730878 (or 0x730878) is known color: Purple. HEX triplet: 73, 08 and 78. RGB value is (115,8,120). Sum of RGB (Red+Green+Blue) = 115+8+120=243 (32% of max value = 765). Red value is 115 (45.31% from 255 or 47.33% from 243); Green value is 8 (3.52% from 255 or 3.29% from 243); Blue value is 120 (47.27% from 255 or 49.38% from 243); Max value from RGB is 120 - color contains mainly: blue. Hex color #730878 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730878 is #8CF787. Grayscale: #343434. Windows color (decimal): -9238408 or 7866483. OLE color: 7866483.

HSL color Cylindrical-coordinate representation of color #730878: hue angle of 297.32º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #730878 is Cyan = 0.04, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 115 8 120 -
CMYK 0.04 0.93 0 0.53
HSL 297.32º 0.88% 0.25% -
HSV(B) 297.32º 0.93% 0.47% -
XYZ 10.55 5.17 18.21 -
YUV 52.76 165.95 172.39 -
System Red Green Blue C M Y K H S L
Decimal 115 8 120 0.04 0.93 0 0.53 297.32 0.88 0.25
Hex 73 8 78 4 5D 0 35 129 58 19
Octal 163 10 170 4 135 0 65 451 130 31
Binary 1110011 1000 1111000 100 1011101 0 110101 100101001 1011000 11001

Color Harmonies of #730878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730878

Black with #730878

Text Example


Text Example

White with #730878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730878; }

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

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

background-color css

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

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

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

border-color css

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

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

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