Html Css Color HEX #76147F Purple

📋 copy color: '#76147F'

red 118 ◦ green 20 ◦ blue 127

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

Shades of Purple #76147F

Tints of Purple #76147F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.55%

 BLUE value IS 127 (50% from 255) = 47.92%

R = 44.53%
G = 7.55%
B = 47.92%

CMYK

 C value IS 0.07

 M value IS 0.84

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#76147F (or 0x76147F) is known color: Purple. HEX triplet: 76, 14 and 7F. RGB value is (118,20,127). Sum of RGB (Red+Green+Blue) = 118+20+127=265 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.53% from 265); Green value is 20 (8.20% from 255 or 7.55% from 265); Blue value is 127 (50% from 255 or 47.92% from 265); Max value from RGB is 127 - color contains mainly: blue. Hex color #76147F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76147F is #89EB80. Grayscale: #3D3D3D. Windows color (decimal): -9038721 or 8328310. OLE color: 8328310.

HSL color Cylindrical-coordinate representation of color #76147F: hue angle of 294.95º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #76147F is Cyan = 0.07, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 118 20 127 -
CMYK 0.07 0.84 0 0.50
HSL 294.95º 0.73% 0.29% -
HSV(B) 294.95º 0.84% 0.5% -
XYZ 11.55 5.88 20.61 -
YUV 61.5 164.97 168.3 -
System Red Green Blue C M Y K H S L
Decimal 118 20 127 0.07 0.84 0 0.50 294.95 0.73 0.29
Hex 76 14 7F 7 54 0 32 127 49 1D
Octal 166 24 177 7 124 0 62 447 111 35
Binary 1110110 10100 1111111 111 1010100 0 110010 100100111 1001001 11101

Color Harmonies of #76147F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76147F

Black with #76147F

Text Example


Text Example

White with #76147F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76147F; }

 p { color: rgb(118,20,127); }

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

background-color css

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

 a { background-color: rgb(118,20,127); }

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

border-color css

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

 span { border-color: rgb(118,20,127); }

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