Html Css Color HEX #760574 Purple

📋 copy color: '#760574'

red 118 ◦ green 5 ◦ blue 116

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

Shades of Purple #760574

Tints of Purple #760574

RGB

 RED value IS 118 (46.48% from 255) = 49.37%

 GREEN value IS 5 (2.34% from 255) = 2.09%

 BLUE value IS 116 (45.7% from 255) = 48.54%

R = 49.37%
G = 2.09%
B = 48.54%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.02

 K value IS 0.54

RGB Variations

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

Color information

#760574 (or 0x760574) is known color: Purple. HEX triplet: 76, 05 and 74. RGB value is (118,5,116). Sum of RGB (Red+Green+Blue) = 118+5+116=239 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.37% from 239); Green value is 5 (2.34% from 255 or 2.09% from 239); Blue value is 116 (45.70% from 255 or 48.54% from 239); Max value from RGB is 118 - color contains mainly: red. Hex color #760574 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760574 is #89FA8B. Grayscale: #333333. Windows color (decimal): -9042572 or 7603574. OLE color: 7603574.

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

Color convert

RGB 118 5 116 -
CMYK 0 0.96 0.02 0.54
HSL 301.06º 0.92% 0.24% -
HSV(B) 301.06º 0.96% 0.46% -
XYZ 10.68 5.22 16.97 -
YUV 51.44 164.44 175.47 -
System Red Green Blue C M Y K H S L
Decimal 118 5 116 0 0.96 0.02 0.54 301.06 0.92 0.24
Hex 76 5 74 0 60 2 36 12D 5C 18
Octal 166 5 164 0 140 2 66 455 134 30
Binary 1110110 101 1110100 0 1100000 10 110110 100101101 1011100 11000

Color Harmonies of #760574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760574

Black with #760574

Text Example


Text Example

White with #760574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760574; }

 p { color: rgb(118,5,116); }

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

background-color css

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

 a { background-color: rgb(118,5,116); }

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

border-color css

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

 span { border-color: rgb(118,5,116); }

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