Html Css Color HEX #76027D Purple

📋 copy color: '#76027D'

red 118 ◦ green 2 ◦ blue 125

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

Shades of Purple #76027D

Tints of Purple #76027D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.82%

 BLUE value IS 125 (49.22% from 255) = 51.02%

R = 48.16%
G = 0.82%
B = 51.02%

CMYK

 C value IS 0.06

 M value IS 0.98

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#76027D (or 0x76027D) is known color: Purple. HEX triplet: 76, 02 and 7D. RGB value is (118,2,125). Sum of RGB (Red+Green+Blue) = 118+2+125=245 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.16% from 245); Green value is 2 (1.17% from 255 or 0.82% from 245); Blue value is 125 (49.22% from 255 or 51.02% from 245); Max value from RGB is 125 - color contains mainly: blue. Hex color #76027D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76027D is #89FD82. Grayscale: #323232. Windows color (decimal): -9043331 or 8192630. OLE color: 8192630.

HSL color Cylindrical-coordinate representation of color #76027D: hue angle of 296.59º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #76027D is Cyan = 0.06, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 118 2 125 -
CMYK 0.06 0.98 0 0.51
HSL 296.59º 0.97% 0.25% -
HSV(B) 296.59º 0.98% 0.49% -
XYZ 11.19 5.38 19.85 -
YUV 50.71 169.93 176 -
System Red Green Blue C M Y K H S L
Decimal 118 2 125 0.06 0.98 0 0.51 296.59 0.97 0.25
Hex 76 2 7D 6 62 0 33 129 61 19
Octal 166 2 175 6 142 0 63 451 141 31
Binary 1110110 10 1111101 110 1100010 0 110011 100101001 1100001 11001

Color Harmonies of #76027D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76027D

Black with #76027D

Text Example


Text Example

White with #76027D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76027D; }

 p { color: rgb(118,2,125); }

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

background-color css

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

 a { background-color: rgb(118,2,125); }

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

border-color css

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

 span { border-color: rgb(118,2,125); }

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