Html Css Color HEX #76275C Palatinate Purple

📋 copy color: '#76275C'

red 118 ◦ green 39 ◦ blue 92

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

Shades of Palatinate Purple #76275C

Tints of Palatinate Purple #76275C

RGB

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

 GREEN value IS 39 (15.63% from 255) = 15.66%

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

R = 47.39%
G = 15.66%
B = 36.95%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.22

 K value IS 0.54

RGB Variations

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

Color information

#76275C (or 0x76275C) is known color: Palatinate Purple. HEX triplet: 76, 27 and 5C. RGB value is (118,39,92). Sum of RGB (Red+Green+Blue) = 118+39+92=249 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.39% from 249); Green value is 39 (15.62% from 255 or 15.66% from 249); Blue value is 92 (36.33% from 255 or 36.95% from 249); Max value from RGB is 118 - color contains mainly: red. Hex color #76275C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76275C is #89D8A3. Grayscale: #444444. Windows color (decimal): -9033892 or 6039414. OLE color: 6039414.

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

Color convert

RGB 118 39 92 -
CMYK 0 0.67 0.22 0.54
HSL 319.75º 0.5% 0.31% -
HSV(B) 319.75º 0.67% 0.46% -
XYZ 10.13 6.08 10.76 -
YUV 68.66 141.17 163.19 -
System Red Green Blue C M Y K H S L
Decimal 118 39 92 0 0.67 0.22 0.54 319.75 0.5 0.31
Hex 76 27 5C 0 43 16 36 140 32 1F
Octal 166 47 134 0 103 26 66 500 62 37
Binary 1110110 100111 1011100 0 1000011 10110 110110 101000000 110010 11111

Color Harmonies of #76275C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76275C

Black with #76275C

Text Example


Text Example

White with #76275C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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