Html Css Color HEX #761274 Purple

📋 copy color: '#761274'

red 118 ◦ green 18 ◦ blue 116

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

Shades of Purple #761274

Tints of Purple #761274

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.14%

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

R = 46.83%
G = 7.14%
B = 46.03%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.02

 K value IS 0.54

RGB Variations

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

Color information

#761274 (or 0x761274) is known color: Purple. HEX triplet: 76, 12 and 74. RGB value is (118,18,116). Sum of RGB (Red+Green+Blue) = 118+18+116=252 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.83% from 252); Green value is 18 (7.42% from 255 or 7.14% from 252); Blue value is 116 (45.70% from 255 or 46.03% from 252); Max value from RGB is 118 - color contains mainly: red. Hex color #761274 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #761274 is #89ED8B. Grayscale: #3A3A3A. Windows color (decimal): -9039244 or 7606902. OLE color: 7606902.

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

Color convert

RGB 118 18 116 -
CMYK 0 0.85 0.02 0.54
HSL 301.2º 0.74% 0.27% -
HSV(B) 301.2º 0.85% 0.46% -
XYZ 10.84 5.55 17.02 -
YUV 59.07 160.13 170.03 -
System Red Green Blue C M Y K H S L
Decimal 118 18 116 0 0.85 0.02 0.54 301.2 0.74 0.27
Hex 76 12 74 0 55 2 36 12D 4A 1B
Octal 166 22 164 0 125 2 66 455 112 33
Binary 1110110 10010 1110100 0 1010101 10 110110 100101101 1001010 11011

Color Harmonies of #761274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761274

Black with #761274

Text Example


Text Example

White with #761274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761274; }

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

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

background-color css

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

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

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

border-color css

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

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

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