Html Css Color HEX #762E6B Palatinate Purple

📋 copy color: '#762E6B'

red 118 ◦ green 46 ◦ blue 107

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

Shades of Palatinate Purple #762E6B

Tints of Palatinate Purple #762E6B

RGB

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

 GREEN value IS 46 (18.36% from 255) = 16.97%

 BLUE value IS 107 (42.19% from 255) = 39.48%

R = 43.54%
G = 16.97%
B = 39.48%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.09

 K value IS 0.54

RGB Variations

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

Color information

#762E6B (or 0x762E6B) is known color: Palatinate Purple. HEX triplet: 76, 2E and 6B. RGB value is (118,46,107). Sum of RGB (Red+Green+Blue) = 118+46+107=271 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.54% from 271); Green value is 46 (18.36% from 255 or 16.97% from 271); Blue value is 107 (42.19% from 255 or 39.48% from 271); Max value from RGB is 118 - color contains mainly: red. Hex color #762E6B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762E6B is #89D194. Grayscale: #4A4A4A. Windows color (decimal): -9032085 or 7024246. OLE color: 7024246.

HSL color Cylindrical-coordinate representation of color #762E6B: hue angle of 309.17º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #762E6B is Cyan = 0, Magento = 0.61, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 46 107 -
CMYK 0 0.61 0.09 0.54
HSL 309.17º 0.44% 0.32% -
HSV(B) 309.17º 0.61% 0.46% -
XYZ 11.1 6.87 14.65 -
YUV 74.48 146.35 159.04 -
System Red Green Blue C M Y K H S L
Decimal 118 46 107 0 0.61 0.09 0.54 309.17 0.44 0.32
Hex 76 2E 6B 0 3D 9 36 135 2C 20
Octal 166 56 153 0 75 11 66 465 54 40
Binary 1110110 101110 1101011 0 111101 1001 110110 100110101 101100 100000

Color Harmonies of #762E6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762E6B

Black with #762E6B

Text Example


Text Example

White with #762E6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762E6B; }

 p { color: rgb(118,46,107); }

 H1.HeaderClassName
 {
   color: #762E6B;
 }
 .AnyTagClassName
 {
   color: #762E6B;
 }
</style>

background-color css

<style>
 a { background-color: #762E6B; }

 a { background-color: rgb(118,46,107); }

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

border-color css

<style>
 span { border-color: #762E6B; }

 span { border-color: rgb(118,46,107); }

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