Html Css Color HEX #76125C Palatinate Purple

📋 copy color: '#76125C'

red 118 ◦ green 18 ◦ blue 92

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

Shades of Palatinate Purple #76125C

Tints of Palatinate Purple #76125C

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.89%

 BLUE value IS 92 (36.33% from 255) = 40.35%

R = 51.75%
G = 7.89%
B = 40.35%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.22

 K value IS 0.54

RGB Variations

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

Color information

#76125C (or 0x76125C) is known color: Palatinate Purple. HEX triplet: 76, 12 and 5C. RGB value is (118,18,92). Sum of RGB (Red+Green+Blue) = 118+18+92=228 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.75% from 228); Green value is 18 (7.42% from 255 or 7.89% from 228); Blue value is 92 (36.33% from 255 or 40.35% from 228); Max value from RGB is 118 - color contains mainly: red. Hex color #76125C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76125C is #89EDA3. Grayscale: #383838. Windows color (decimal): -9039268 or 6034038. OLE color: 6034038.

HSL color Cylindrical-coordinate representation of color #76125C: hue angle of 315.6º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #76125C is Cyan = 0, Magento = 0.85, Yellow = 0.22 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 18 92 -
CMYK 0 0.85 0.22 0.54
HSL 315.6º 0.74% 0.27% -
HSV(B) 315.6º 0.85% 0.46% -
XYZ 9.62 5.06 10.59 -
YUV 56.34 148.13 171.98 -
System Red Green Blue C M Y K H S L
Decimal 118 18 92 0 0.85 0.22 0.54 315.6 0.74 0.27
Hex 76 12 5C 0 55 16 36 13C 4A 1B
Octal 166 22 134 0 125 26 66 474 112 33
Binary 1110110 10010 1011100 0 1010101 10110 110110 100111100 1001010 11011

Color Harmonies of #76125C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76125C

Black with #76125C

Text Example


Text Example

White with #76125C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76125C; }

 p { color: rgb(118,18,92); }

 H1.HeaderClassName
 {
   color: #76125C;
 }
 .AnyTagClassName
 {
   color: #76125C;
 }
</style>

background-color css

<style>
 a { background-color: #76125C; }

 a { background-color: rgb(118,18,92); }

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

border-color css

<style>
 span { border-color: #76125C; }

 span { border-color: rgb(118,18,92); }

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