Html Css Color HEX #762B62 Palatinate Purple

📋 copy color: '#762B62'

red 118 ◦ green 43 ◦ blue 98

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

Shades of Palatinate Purple #762B62

Tints of Palatinate Purple #762B62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 37.84%

R = 45.56%
G = 16.6%
B = 37.84%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.17

 K value IS 0.54

RGB Variations

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

Color information

#762B62 (or 0x762B62) is known color: Palatinate Purple. HEX triplet: 76, 2B and 62. RGB value is (118,43,98). Sum of RGB (Red+Green+Blue) = 118+43+98=259 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.56% from 259); Green value is 43 (17.19% from 255 or 16.60% from 259); Blue value is 98 (38.67% from 255 or 37.84% from 259); Max value from RGB is 118 - color contains mainly: red. Hex color #762B62 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762B62 is #89D49D. Grayscale: #474747. Windows color (decimal): -9032862 or 6433654. OLE color: 6433654.

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

Color convert

RGB 118 43 98 -
CMYK 0 0.64 0.17 0.54
HSL 316º 0.47% 0.32% -
HSV(B) 316º 0.64% 0.46% -
XYZ 10.54 6.46 12.25 -
YUV 71.7 142.85 161.03 -
System Red Green Blue C M Y K H S L
Decimal 118 43 98 0 0.64 0.17 0.54 316 0.47 0.32
Hex 76 2B 62 0 40 11 36 13C 2F 20
Octal 166 53 142 0 100 21 66 474 57 40
Binary 1110110 101011 1100010 0 1000000 10001 110110 100111100 101111 100000

Color Harmonies of #762B62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762B62

Black with #762B62

Text Example


Text Example

White with #762B62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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