Html Css Color HEX #760474 Purple

📋 copy color: '#760474'

red 118 ◦ green 4 ◦ blue 116

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

Shades of Purple #760474

Tints of Purple #760474

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.68%

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

R = 49.58%
G = 1.68%
B = 48.74%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.02

 K value IS 0.54

RGB Variations

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

Color information

#760474 (or 0x760474) is known color: Purple. HEX triplet: 76, 04 and 74. RGB value is (118,4,116). Sum of RGB (Red+Green+Blue) = 118+4+116=238 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.58% from 238); Green value is 4 (1.95% from 255 or 1.68% from 238); Blue value is 116 (45.70% from 255 or 48.74% from 238); Max value from RGB is 118 - color contains mainly: red. Hex color #760474 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760474 is #89FB8B. Grayscale: #323232. Windows color (decimal): -9042828 or 7603318. OLE color: 7603318.

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

Color convert

RGB 118 4 116 -
CMYK 0 0.97 0.02 0.54
HSL 301.05º 0.93% 0.24% -
HSV(B) 301.05º 0.97% 0.46% -
XYZ 10.67 5.2 16.96 -
YUV 50.85 164.77 175.89 -
System Red Green Blue C M Y K H S L
Decimal 118 4 116 0 0.97 0.02 0.54 301.05 0.93 0.24
Hex 76 4 74 0 61 2 36 12D 5D 18
Octal 166 4 164 0 141 2 66 455 135 30
Binary 1110110 100 1110100 0 1100001 10 110110 100101101 1011101 11000

Color Harmonies of #760474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760474

Black with #760474

Text Example


Text Example

White with #760474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760474; }

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

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

background-color css

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

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

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

border-color css

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

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

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