Html Css Color HEX #762D6B Palatinate Purple

📋 copy color: '#762D6B'

red 118 ◦ green 45 ◦ blue 107

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

Shades of Palatinate Purple #762D6B

Tints of Palatinate Purple #762D6B

RGB

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

 GREEN value IS 45 (17.97% from 255) = 16.67%

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

R = 43.7%
G = 16.67%
B = 39.63%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.09

 K value IS 0.54

RGB Variations

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

Color information

#762D6B (or 0x762D6B) is known color: Palatinate Purple. HEX triplet: 76, 2D and 6B. RGB value is (118,45,107). Sum of RGB (Red+Green+Blue) = 118+45+107=270 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.70% from 270); Green value is 45 (17.97% from 255 or 16.67% from 270); Blue value is 107 (42.19% from 255 or 39.63% from 270); Max value from RGB is 118 - color contains mainly: red. Hex color #762D6B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762D6B is #89D294. Grayscale: #494949. Windows color (decimal): -9032341 or 7023990. OLE color: 7023990.

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

Color convert

RGB 118 45 107 -
CMYK 0 0.62 0.09 0.54
HSL 309.04º 0.45% 0.32% -
HSV(B) 309.04º 0.62% 0.46% -
XYZ 11.06 6.79 14.64 -
YUV 73.9 146.68 159.46 -
System Red Green Blue C M Y K H S L
Decimal 118 45 107 0 0.62 0.09 0.54 309.04 0.45 0.32
Hex 76 2D 6B 0 3E 9 36 135 2D 20
Octal 166 55 153 0 76 11 66 465 55 40
Binary 1110110 101101 1101011 0 111110 1001 110110 100110101 101101 100000

Color Harmonies of #762D6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762D6B

Black with #762D6B

Text Example


Text Example

White with #762D6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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