Html Css Color HEX #762B5C Palatinate Purple

📋 copy color: '#762B5C'

red 118 ◦ green 43 ◦ blue 92

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

Shades of Palatinate Purple #762B5C

Tints of Palatinate Purple #762B5C

RGB

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

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

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

R = 46.64%
G = 17%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.22

 K value IS 0.54

RGB Variations

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

Color information

#762B5C (or 0x762B5C) is known color: Palatinate Purple. HEX triplet: 76, 2B and 5C. RGB value is (118,43,92). Sum of RGB (Red+Green+Blue) = 118+43+92=253 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.64% from 253); Green value is 43 (17.19% from 255 or 17.00% from 253); Blue value is 92 (36.33% from 255 or 36.36% from 253); Max value from RGB is 118 - color contains mainly: red. Hex color #762B5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762B5C is #89D4A3. Grayscale: #464646. Windows color (decimal): -9032868 or 6040438. OLE color: 6040438.

HSL color Cylindrical-coordinate representation of color #762B5C: hue angle of 320.8º 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 #762B5C is Cyan = 0, Magento = 0.64, Yellow = 0.22 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 43 92 -
CMYK 0 0.64 0.22 0.54
HSL 320.8º 0.47% 0.32% -
HSV(B) 320.8º 0.64% 0.46% -
XYZ 10.27 6.35 10.81 -
YUV 71.01 139.85 161.52 -
System Red Green Blue C M Y K H S L
Decimal 118 43 92 0 0.64 0.22 0.54 320.8 0.47 0.32
Hex 76 2B 5C 0 40 16 36 141 2F 20
Octal 166 53 134 0 100 26 66 501 57 40
Binary 1110110 101011 1011100 0 1000000 10110 110110 101000001 101111 100000

Color Harmonies of #762B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762B5C

Black with #762B5C

Text Example


Text Example

White with #762B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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