Html Css Color HEX #76255B Palatinate Purple

📋 copy color: '#76255B'

red 118 ◦ green 37 ◦ blue 91

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

Shades of Palatinate Purple #76255B

Tints of Palatinate Purple #76255B

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.04%

 BLUE value IS 91 (35.94% from 255) = 36.99%

R = 47.97%
G = 15.04%
B = 36.99%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.23

 K value IS 0.54

RGB Variations

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

Color information

#76255B (or 0x76255B) is known color: Palatinate Purple. HEX triplet: 76, 25 and 5B. RGB value is (118,37,91). Sum of RGB (Red+Green+Blue) = 118+37+91=246 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.97% from 246); Green value is 37 (14.84% from 255 or 15.04% from 246); Blue value is 91 (35.94% from 255 or 36.99% from 246); Max value from RGB is 118 - color contains mainly: red. Hex color #76255B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76255B is #89DAA4. Grayscale: #434343. Windows color (decimal): -9034405 or 5973366. OLE color: 5973366.

HSL color Cylindrical-coordinate representation of color #76255B: hue angle of 320º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #76255B is Cyan = 0, Magento = 0.69, Yellow = 0.23 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 37 91 -
CMYK 0 0.69 0.23 0.54
HSL 320º 0.52% 0.3% -
HSV(B) 320º 0.69% 0.46% -
XYZ 10.02 5.93 10.51 -
YUV 67.38 141.34 164.11 -
System Red Green Blue C M Y K H S L
Decimal 118 37 91 0 0.69 0.23 0.54 320 0.52 0.3
Hex 76 25 5B 0 45 17 36 140 34 1E
Octal 166 45 133 0 105 27 66 500 64 36
Binary 1110110 100101 1011011 0 1000101 10111 110110 101000000 110100 11110

Color Harmonies of #76255B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76255B

Black with #76255B

Text Example


Text Example

White with #76255B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76255B; }

 p { color: rgb(118,37,91); }

 H1.HeaderClassName
 {
   color: #76255B;
 }
 .AnyTagClassName
 {
   color: #76255B;
 }
</style>

background-color css

<style>
 a { background-color: #76255B; }

 a { background-color: rgb(118,37,91); }

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

border-color css

<style>
 span { border-color: #76255B; }

 span { border-color: rgb(118,37,91); }

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