Html Css Color HEX #760374 Purple

📋 copy color: '#760374'

red 118 ◦ green 3 ◦ blue 116

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

Shades of Purple #760374

Tints of Purple #760374

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.27%

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

R = 49.79%
G = 1.27%
B = 48.95%

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

#760374 (or 0x760374) is known color: Purple. HEX triplet: 76, 03 and 74. RGB value is (118,3,116). Sum of RGB (Red+Green+Blue) = 118+3+116=237 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.79% from 237); Green value is 3 (1.56% from 255 or 1.27% from 237); Blue value is 116 (45.70% from 255 or 48.95% from 237); Max value from RGB is 118 - color contains mainly: red. Hex color #760374 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760374 is #89FC8B. Grayscale: #313131. Windows color (decimal): -9043084 or 7603062. OLE color: 7603062.

HSL color Cylindrical-coordinate representation of color #760374: hue angle of 301.04º degrees, saturation: 0.95, 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 #760374 is Cyan = 0, Magento = 0.97, Yellow = 0.02 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 3 116 -
CMYK 0 0.97 0.02 0.54
HSL 301.04º 0.95% 0.24% -
HSV(B) 301.04º 0.97% 0.46% -
XYZ 10.66 5.18 16.96 -
YUV 50.27 165.1 176.31 -
System Red Green Blue C M Y K H S L
Decimal 118 3 116 0 0.97 0.02 0.54 301.04 0.95 0.24
Hex 76 3 74 0 61 2 36 12D 5F 18
Octal 166 3 164 0 141 2 66 455 137 30
Binary 1110110 11 1110100 0 1100001 10 110110 100101101 1011111 11000

Color Harmonies of #760374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760374

Black with #760374

Text Example


Text Example

White with #760374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760374; }

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

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

background-color css

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

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

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

border-color css

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

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

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