Html Css Color HEX #76066F Purple

📋 copy color: '#76066F'

red 118 ◦ green 6 ◦ blue 111

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

Shades of Purple #76066F

Tints of Purple #76066F

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.55%

 BLUE value IS 111 (43.75% from 255) = 47.23%

R = 50.21%
G = 2.55%
B = 47.23%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.06

 K value IS 0.54

RGB Variations

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

Color information

#76066F (or 0x76066F) is known color: Purple. HEX triplet: 76, 06 and 6F. RGB value is (118,6,111). Sum of RGB (Red+Green+Blue) = 118+6+111=235 (31% of max value = 765). Red value is 118 (46.48% from 255 or 50.21% from 235); Green value is 6 (2.73% from 255 or 2.55% from 235); Blue value is 111 (43.75% from 255 or 47.23% from 235); Max value from RGB is 118 - color contains mainly: red. Hex color #76066F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76066F is #89F990. Grayscale: #333333. Windows color (decimal): -9042321 or 7276150. OLE color: 7276150.

HSL color Cylindrical-coordinate representation of color #76066F: hue angle of 303.75º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #76066F is Cyan = 0, Magento = 0.95, Yellow = 0.06 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 6 111 -
CMYK 0 0.95 0.06 0.54
HSL 303.75º 0.9% 0.24% -
HSV(B) 303.75º 0.95% 0.46% -
XYZ 10.41 5.13 15.48 -
YUV 51.46 161.61 175.46 -
System Red Green Blue C M Y K H S L
Decimal 118 6 111 0 0.95 0.06 0.54 303.75 0.9 0.24
Hex 76 6 6F 0 5F 6 36 130 5A 18
Octal 166 6 157 0 137 6 66 460 132 30
Binary 1110110 110 1101111 0 1011111 110 110110 100110000 1011010 11000

Color Harmonies of #76066F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76066F

Black with #76066F

Text Example


Text Example

White with #76066F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,6,111); }

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

background-color css

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

 a { background-color: rgb(118,6,111); }

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

border-color css

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

 span { border-color: rgb(118,6,111); }

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