Html Css Color HEX #731678 Purple

📋 copy color: '#731678'

red 115 ◦ green 22 ◦ blue 120

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

Shades of Purple #731678

Tints of Purple #731678

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.56%

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

R = 44.75%
G = 8.56%
B = 46.69%

CMYK

 C value IS 0.04

 M value IS 0.82

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#731678 (or 0x731678) is known color: Purple. HEX triplet: 73, 16 and 78. RGB value is (115,22,120). Sum of RGB (Red+Green+Blue) = 115+22+120=257 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.75% from 257); Green value is 22 (8.98% from 255 or 8.56% from 257); Blue value is 120 (47.27% from 255 or 46.69% from 257); Max value from RGB is 120 - color contains mainly: blue. Hex color #731678 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #731678 is #8CE987. Grayscale: #3C3C3C. Windows color (decimal): -9234824 or 7870067. OLE color: 7870067.

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

Color convert

RGB 115 22 120 -
CMYK 0.04 0.82 0 0.53
HSL 296.94º 0.69% 0.28% -
HSV(B) 296.94º 0.82% 0.47% -
XYZ 10.75 5.57 18.28 -
YUV 60.98 161.31 166.53 -
System Red Green Blue C M Y K H S L
Decimal 115 22 120 0.04 0.82 0 0.53 296.94 0.69 0.28
Hex 73 16 78 4 52 0 35 129 45 1C
Octal 163 26 170 4 122 0 65 451 105 34
Binary 1110011 10110 1111000 100 1010010 0 110101 100101001 1000101 11100

Color Harmonies of #731678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731678

Black with #731678

Text Example


Text Example

White with #731678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731678; }

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

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

background-color css

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

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

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

border-color css

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

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

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