Html Css Color HEX #76265B Palatinate Purple

📋 copy color: '#76265B'

red 118 ◦ green 38 ◦ blue 91

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

Shades of Palatinate Purple #76265B

Tints of Palatinate Purple #76265B

RGB

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

 GREEN value IS 38 (15.23% from 255) = 15.38%

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

R = 47.77%
G = 15.38%
B = 36.84%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.23

 K value IS 0.54

RGB Variations

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

Color information

#76265B (or 0x76265B) is known color: Palatinate Purple. HEX triplet: 76, 26 and 5B. RGB value is (118,38,91). Sum of RGB (Red+Green+Blue) = 118+38+91=247 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.77% from 247); Green value is 38 (15.23% from 255 or 15.38% from 247); Blue value is 91 (35.94% from 255 or 36.84% from 247); Max value from RGB is 118 - color contains mainly: red. Hex color #76265B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76265B is #89D9A4. Grayscale: #434343. Windows color (decimal): -9034149 or 5973622. OLE color: 5973622.

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

Color convert

RGB 118 38 91 -
CMYK 0 0.68 0.23 0.54
HSL 320.25º 0.51% 0.31% -
HSV(B) 320.25º 0.68% 0.46% -
XYZ 10.05 5.99 10.52 -
YUV 67.96 141 163.69 -
System Red Green Blue C M Y K H S L
Decimal 118 38 91 0 0.68 0.23 0.54 320.25 0.51 0.31
Hex 76 26 5B 0 44 17 36 140 33 1F
Octal 166 46 133 0 104 27 66 500 63 37
Binary 1110110 100110 1011011 0 1000100 10111 110110 101000000 110011 11111

Color Harmonies of #76265B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76265B

Black with #76265B

Text Example


Text Example

White with #76265B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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