Html Css Color HEX #76017A Purple

📋 copy color: '#76017A'

red 118 ◦ green 1 ◦ blue 122

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

Shades of Purple #76017A

Tints of Purple #76017A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.41%

 BLUE value IS 122 (48.05% from 255) = 50.62%

R = 48.96%
G = 0.41%
B = 50.62%

CMYK

 C value IS 0.03

 M value IS 0.99

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#76017A (or 0x76017A) is known color: Purple. HEX triplet: 76, 01 and 7A. RGB value is (118,1,122). Sum of RGB (Red+Green+Blue) = 118+1+122=241 (31% of max value = 765). Red value is 118 (46.48% from 255 or 48.96% from 241); Green value is 1 (0.78% from 255 or 0.41% from 241); Blue value is 122 (48.05% from 255 or 50.62% from 241); Max value from RGB is 122 - color contains mainly: blue. Hex color #76017A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76017A is #89FE85. Grayscale: #313131. Windows color (decimal): -9043590 or 7995766. OLE color: 7995766.

HSL color Cylindrical-coordinate representation of color #76017A: hue angle of 298.02º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #76017A is Cyan = 0.03, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 118 1 122 -
CMYK 0.03 0.99 0 0.52
HSL 298.02º 0.98% 0.24% -
HSV(B) 298.02º 0.99% 0.48% -
XYZ 10.99 5.28 18.85 -
YUV 49.78 168.76 176.66 -
System Red Green Blue C M Y K H S L
Decimal 118 1 122 0.03 0.99 0 0.52 298.02 0.98 0.24
Hex 76 1 7A 3 63 0 34 12A 62 18
Octal 166 1 172 3 143 0 64 452 142 30
Binary 1110110 1 1111010 11 1100011 0 110100 100101010 1100010 11000

Color Harmonies of #76017A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76017A

Black with #76017A

Text Example


Text Example

White with #76017A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76017A; }

 p { color: rgb(118,1,122); }

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

background-color css

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

 a { background-color: rgb(118,1,122); }

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

border-color css

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

 span { border-color: rgb(118,1,122); }

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