Html Css Color HEX #76065F Palatinate Purple

📋 copy color: '#76065F'

red 118 ◦ green 6 ◦ blue 95

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

Shades of Palatinate Purple #76065F

Tints of Palatinate Purple #76065F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 43.38%

R = 53.88%
G = 2.74%
B = 43.38%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.19

 K value IS 0.54

RGB Variations

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

Color information

#76065F (or 0x76065F) is known color: Palatinate Purple. HEX triplet: 76, 06 and 5F. RGB value is (118,6,95). Sum of RGB (Red+Green+Blue) = 118+6+95=219 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.88% from 219); Green value is 6 (2.73% from 255 or 2.74% from 219); Blue value is 95 (37.5% from 255 or 43.38% from 219); Max value from RGB is 118 - color contains mainly: red. Hex color #76065F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76065F is #89F9A0. Grayscale: #313131. Windows color (decimal): -9042337 or 6227574. OLE color: 6227574.

HSL color Cylindrical-coordinate representation of color #76065F: hue angle of 312.32º 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 #76065F is Cyan = 0, Magento = 0.95, Yellow = 0.19 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 6 95 -
CMYK 0 0.95 0.19 0.54
HSL 312.32º 0.9% 0.24% -
HSV(B) 312.32º 0.95% 0.46% -
XYZ 9.6 4.81 11.25 -
YUV 49.63 153.61 176.76 -
System Red Green Blue C M Y K H S L
Decimal 118 6 95 0 0.95 0.19 0.54 312.32 0.9 0.24
Hex 76 6 5F 0 5F 13 36 138 5A 18
Octal 166 6 137 0 137 23 66 470 132 30
Binary 1110110 110 1011111 0 1011111 10011 110110 100111000 1011010 11000

Color Harmonies of #76065F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76065F

Black with #76065F

Text Example


Text Example

White with #76065F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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