Html Css Color HEX #762B5E Palatinate Purple

📋 copy color: '#762B5E'

red 118 ◦ green 43 ◦ blue 94

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

Shades of Palatinate Purple #762B5E

Tints of Palatinate Purple #762B5E

RGB

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

 GREEN value IS 43 (17.19% from 255) = 16.86%

 BLUE value IS 94 (37.11% from 255) = 36.86%

R = 46.27%
G = 16.86%
B = 36.86%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.20

 K value IS 0.54

RGB Variations

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

Color information

#762B5E (or 0x762B5E) is known color: Palatinate Purple. HEX triplet: 76, 2B and 5E. RGB value is (118,43,94). Sum of RGB (Red+Green+Blue) = 118+43+94=255 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.27% from 255); Green value is 43 (17.19% from 255 or 16.86% from 255); Blue value is 94 (37.11% from 255 or 36.86% from 255); Max value from RGB is 118 - color contains mainly: red. Hex color #762B5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762B5E is #89D4A1. Grayscale: #474747. Windows color (decimal): -9032866 or 6171510. OLE color: 6171510.

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

Color convert

RGB 118 43 94 -
CMYK 0 0.64 0.20 0.54
HSL 319.2º 0.47% 0.32% -
HSV(B) 319.2º 0.64% 0.46% -
XYZ 10.36 6.39 11.28 -
YUV 71.24 140.85 161.35 -
System Red Green Blue C M Y K H S L
Decimal 118 43 94 0 0.64 0.20 0.54 319.2 0.47 0.32
Hex 76 2B 5E 0 40 14 36 13F 2F 20
Octal 166 53 136 0 100 24 66 477 57 40
Binary 1110110 101011 1011110 0 1000000 10100 110110 100111111 101111 100000

Color Harmonies of #762B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762B5E

Black with #762B5E

Text Example


Text Example

White with #762B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,43,94); }

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

background-color css

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

 a { background-color: rgb(118,43,94); }

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

border-color css

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

 span { border-color: rgb(118,43,94); }

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