Html Css Color HEX #76265D Palatinate Purple

📋 copy color: '#76265D'

red 118 ◦ green 38 ◦ blue 93

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

Shades of Palatinate Purple #76265D

Tints of Palatinate Purple #76265D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 37.35%

R = 47.39%
G = 15.26%
B = 37.35%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.21

 K value IS 0.54

RGB Variations

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

Color information

#76265D (or 0x76265D) is known color: Palatinate Purple. HEX triplet: 76, 26 and 5D. RGB value is (118,38,93). Sum of RGB (Red+Green+Blue) = 118+38+93=249 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.39% from 249); Green value is 38 (15.23% from 255 or 15.26% from 249); Blue value is 93 (36.72% from 255 or 37.35% from 249); Max value from RGB is 118 - color contains mainly: red. Hex color #76265D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76265D is #89D9A2. Grayscale: #444444. Windows color (decimal): -9034147 or 6104694. OLE color: 6104694.

HSL color Cylindrical-coordinate representation of color #76265D: hue angle of 318.75º 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 #76265D is Cyan = 0, Magento = 0.68, Yellow = 0.21 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 38 93 -
CMYK 0 0.68 0.21 0.54
HSL 318.75º 0.51% 0.31% -
HSV(B) 318.75º 0.68% 0.46% -
XYZ 10.14 6.03 10.99 -
YUV 68.19 142 163.53 -
System Red Green Blue C M Y K H S L
Decimal 118 38 93 0 0.68 0.21 0.54 318.75 0.51 0.31
Hex 76 26 5D 0 44 15 36 13F 33 1F
Octal 166 46 135 0 104 25 66 477 63 37
Binary 1110110 100110 1011101 0 1000100 10101 110110 100111111 110011 11111

Color Harmonies of #76265D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76265D

Black with #76265D

Text Example


Text Example

White with #76265D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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